Skip to content

Commit f8b1c41

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent 84dcb4e commit f8b1c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/diffpy/utils/validators.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
def is_number(string):
22
"""Check if the provided string can be converted to a float.
3-
3+
44
Since integers can be converted to floats, this function will return True for integers as well.
55
Hence, we can use this function to check if a string is a number.
66

0 commit comments

Comments
 (0)