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 bebf525 commit fb457a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion requests/certs.py
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

"""
Expand Down

0 comments on commit fb457a0

Please sign in to comment.