Skip to content

Commit

Permalink
suppress whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Zybulon committed Oct 26, 2024
1 parent b3bf50e commit ab7517d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
path.join(HERE, "h5pandas.egg-info", "requires.txt"), encoding="utf-8"
) as f:
requirements = f.readlines()

# Get the version number
with open(path.join(HERE, "h5pandas", "__init__.py"), encoding="utf-8") as f:
lines = f.readlines()
Expand Down

0 comments on commit ab7517d

Please sign in to comment.