Skip to content

Commit

Permalink
Remove shebang and executable flag
Browse files Browse the repository at this point in the history
  • Loading branch information
uw0s committed Mar 7, 2024
1 parent 529a556 commit fead59b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion python/main.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
from __future__ import annotations

import base64
Expand Down
1 change: 0 additions & 1 deletion python/python/main.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
from urllib import request

import pandas as pd
Expand Down

0 comments on commit fead59b

Please sign in to comment.