Skip to content

Commit 14ff668

Browse files
authored
Remove shebang from filesize.py (#188)
2 parents f33d942 + 4a37bd1 commit 14ff668

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/humanize/filesize.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#!/usr/bin/env python
2-
31
"""Bits and bytes related humanization."""
2+
43
from __future__ import annotations
54

65
suffixes = {

0 commit comments

Comments
 (0)