Skip to content

Commit f30eeb9

Browse files
committed
test: Remove shebang. chore: Remove docs extras.
1 parent 38abc87 commit f30eeb9

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

setup.py

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

tests/test_agatesql.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
from decimal import Decimal
42
from textwrap import dedent
53

0 commit comments

Comments
 (0)