Commit 237d2f9
remove shebang from cli.py
We don't need shebang here cause there is the `__main__.py` file which allowed to run it as a script.
This doesn't directly interfere much, but I've encountered difficulties when my code tried to turn this module into a script (based on first line/shebang), although the file itself is not intended for this.1 parent a6d782e commit 237d2f9
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
0 commit comments