We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb2a3e3 commit 2a9e1c3Copy full SHA for 2a9e1c3
src/diffpy/utils/tools.py
@@ -4,7 +4,6 @@
4
from pathlib import Path
5
6
7
-
8
def clean_dict(obj):
9
"""Remove keys from the dictionary where the corresponding value is None.
10
@@ -26,9 +25,7 @@ def clean_dict(obj):
26
25
27
28
def _stringify(obj):
29
- """
30
- Convert None to an empty string.
31
+ """Convert None to an empty string.
32
33
Parameters
34
----------
@@ -44,9 +41,8 @@ def _stringify(obj):
44
41
45
42
46
43
def _load_config(file_path):
47
48
- Load configuration from a .json file.
49
->>>>>>> de55560eb525ef412c38bb31d21d43d9b170d3f6
+ """Load configuration from a .json file. >>>>>>>
+ de55560eb525ef412c38bb31d21d43d9b170d3f6.
50
51
52
0 commit comments