Skip to content

Commit

Permalink
Remove shebang from nonexecutable script
Browse files Browse the repository at this point in the history
Shebang should be removed from this file, because there is no point
in executing this script on its own.
  • Loading branch information
hrnciar committed Apr 2, 2020
1 parent 895fe94 commit a82b0c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pip/_internal/__init__.py
@@ -1,4 +1,3 @@
#!/usr/bin/env python
import pip._internal.utils.inject_securetransport # noqa
from pip._internal.utils.typing import MYPY_CHECK_RUNNING

Expand Down

0 comments on commit a82b0c6

Please sign in to comment.