Skip to content

Commit

Permalink
Remove useless shebangs
Browse files Browse the repository at this point in the history
  • Loading branch information
aueam committed Aug 18, 2023
1 parent ee08216 commit e35a529
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/humanize/number.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

"""Humanizing functions for numbers."""
from __future__ import annotations

Expand Down
2 changes: 0 additions & 2 deletions src/humanize/time.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

"""Time humanizing functions.
These are largely borrowed from Django's `contrib.humanize`.
Expand Down

0 comments on commit e35a529

Please sign in to comment.