Skip to content

Commit 2a9e1c3

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent bb2a3e3 commit 2a9e1c3

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/diffpy/utils/tools.py

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from pathlib import Path
55

66

7-
87
def clean_dict(obj):
98
"""Remove keys from the dictionary where the corresponding value is None.
109
@@ -26,9 +25,7 @@ def clean_dict(obj):
2625

2726

2827
def _stringify(obj):
29-
"""
30-
Convert None to an empty string.
31-
28+
"""Convert None to an empty string.
3229
3330
Parameters
3431
----------
@@ -44,9 +41,8 @@ def _stringify(obj):
4441

4542

4643
def _load_config(file_path):
47-
"""
48-
Load configuration from a .json file.
49-
>>>>>>> de55560eb525ef412c38bb31d21d43d9b170d3f6
44+
"""Load configuration from a .json file. >>>>>>>
45+
de55560eb525ef412c38bb31d21d43d9b170d3f6.
5046
5147
Parameters
5248
----------

0 commit comments

Comments
 (0)