Skip to content

Commit 237d2f9

Browse files
artyrianandialbrecht
authored andcommitted
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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sqlparse/cli.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
#
31
# Copyright (C) 2009-2020 the sqlparse authors and contributors
42
# <see AUTHORS file>
53
#

0 commit comments

Comments
 (0)