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 4905618
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions news/7959.removal
@@ -0,0 +1 @@
Removes shebang from nonexecutable script.
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 4905618

Please sign in to comment.