Skip to content

Commit

Permalink
remove shebangs
Browse files Browse the repository at this point in the history
  • Loading branch information
aecorn committed Feb 23, 2024
1 parent 2414dd0 commit d836b8d
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 132 deletions.
1 change: 0 additions & 1 deletion src/statbank/apidata.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
from __future__ import annotations

import urllib
Expand Down
2 changes: 0 additions & 2 deletions src/statbank/auth.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python3

import base64
import getpass
import json
Expand Down
1 change: 0 additions & 1 deletion src/statbank/client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
from __future__ import annotations

from typing import TYPE_CHECKING
Expand Down
1 change: 0 additions & 1 deletion src/statbank/transfer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
from __future__ import annotations

import gc
Expand Down
10 changes: 0 additions & 10 deletions statbank/__init__.py

This file was deleted.

117 changes: 0 additions & 117 deletions statbank/auth.py

This file was deleted.

0 comments on commit d836b8d

Please sign in to comment.