Skip to content

Commit ddd987c

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent 7713980 commit ddd987c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/diffpy/utils/parsers/loaddata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,4 +333,4 @@ def _findDataBlocks(self):
333333
return
334334

335335

336-
# End of class TextDataLoader
336+
# End of class TextDataLoader

src/diffpy/utils/parsers/validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ def isnumber(s):
55
return True
66
except ValueError:
77
pass
8-
return False
8+
return False

0 commit comments

Comments
 (0)