Skip to content

Commit

Permalink
Remove shebang from filesize.py (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored May 28, 2024
2 parents f33d942 + 4a37bd1 commit 14ff668
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/humanize/filesize.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env python

"""Bits and bytes related humanization."""

from __future__ import annotations

suffixes = {
Expand Down

0 comments on commit 14ff668

Please sign in to comment.