Skip to content

Commit 16e4f4c

Browse files
committed
test: Remove shebang. chore: Remove docs extras.
1 parent e38d87e commit 16e4f4c

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

setup.py

-4
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,5 @@
4444
'pytest',
4545
'pytest-cov',
4646
],
47-
'docs': [
48-
'Sphinx>=1.2.2',
49-
'sphinx_rtd_theme>=0.1.6',
50-
],
5147
}
5248
)

tests/test_source.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
import agate
42

53
import agatelookup

tests/test_table.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
from unittest.mock import patch
42

53
import agate

0 commit comments

Comments
 (0)