Skip to content

Commit

Permalink
tests: Remove (harmless, but wrong) python2 shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
cdown committed Mar 28, 2019
1 parent 7185821 commit c59ffa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/e2e_tests.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python

import httpretty
import tzupdate
Expand Down
2 changes: 1 addition & 1 deletion tests/unit_tests.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python

import tzupdate
import httpretty
Expand Down

0 comments on commit c59ffa1

Please sign in to comment.