Skip to content

Commit ae20f3b

Browse files
Remove shebang from filesize.py
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>
1 parent f33d942 commit ae20f3b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/humanize/filesize.py

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

0 commit comments

Comments
 (0)