Skip to content

Commit

Permalink
test: Remove shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 3, 2023
1 parent 160cc84 commit 4dc005e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion agate/aggregations/sum.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
import datetime

from agate.aggregations.base import Aggregation
Expand Down
2 changes: 0 additions & 2 deletions benchmarks/test_joins.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

import unittest
from random import shuffle
from timeit import Timer
Expand Down
2 changes: 0 additions & 2 deletions tests/test_computations.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env Python

import datetime
import unittest
import warnings
Expand Down

0 comments on commit 4dc005e

Please sign in to comment.