Skip to content

Commit

Permalink
Merge pull request #39 from uw0s/exec_shebang
Browse files Browse the repository at this point in the history
Remove shebang and executable flag
  • Loading branch information
fl0wxr authored Mar 7, 2024
2 parents 3df6319 + fead59b commit 0cebabc
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 0cebabc

Please sign in to comment.