Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Jun 28, 2021
1 parent 9adf812 commit 0114fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crystals/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@


def get_number_with_esd(x):
""" pycifrw's version cannot handle floats, only strings. """
"""pycifrw's version cannot handle floats, only strings."""
try:
return Cif.get_number_with_esd(x)
except TypeError:
Expand Down

0 comments on commit 0114fc0

Please sign in to comment.