Skip to content

Commit d940b64

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent dc6a06e commit d940b64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/diffpy/utils/parsers/serialization.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
##############################################################################
1515

1616
import json
17-
from pathlib import Path
1817
import warnings
18+
from pathlib import Path
1919

2020
import numpy
2121

@@ -91,7 +91,7 @@ def serialize_data(
9191

9292
for idx in range(dt_col_names_count):
9393
col_name = dt_col_names[idx]
94-
94+
9595
if col_name is not None:
9696

9797
# Check if column name already exists in hdata

0 commit comments

Comments
 (0)