Skip to content

Commit

Permalink
Remove shebang from filesize.py
Browse files Browse the repository at this point in the history
In #141 shebangs for `number.py` and `time.py` were removed, but
`filesystem.py` maintained it.

Signed-off-by: Mikel Olasagasti Uranga <mikel@olasagasti.info>
  • Loading branch information
mikelolasagasti committed May 28, 2024
1 parent f33d942 commit ae20f3b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/humanize/filesize.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

"""Bits and bytes related humanization."""
from __future__ import annotations

Expand Down

0 comments on commit ae20f3b

Please sign in to comment.