Remove an useless shebang form non-executable file (#1073)

Shebangs have no function in non-executable files.
This file does not need to be directly executed.
This commit is contained in:
Miro Hrončok 2021-05-27 19:17:04 +02:00 committed by GitHub
parent 0e556ec3a8
commit 06ef27c576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
"""The main entry point. Invoke as `http' or `python -m httpie'.
"""