Skip to content

Commit

Permalink
Remove shebang from nonexecutable script
Browse files Browse the repository at this point in the history
In pip this file is nonexecutable so the shebang is unnecessary.
I would propose to remove the shebang becuase it causes error
in rpmlint on Fedora.
  • Loading branch information
hrnciar committed Apr 2, 2020
1 parent eb1a10a commit ea99686
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chardet/cli/chardetect.py
@@ -1,4 +1,3 @@
#!/usr/bin/env python
"""
Script which takes one or more file paths and reports on their detected
encodings
Expand Down

0 comments on commit ea99686

Please sign in to comment.