Skip to content

Commit

Permalink
test: Remove shebang. chore: Remove docs extras.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 3, 2023
1 parent 38abc87 commit f30eeb9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,5 @@
'pytest',
'pytest-cov',
],
'docs': [
'Sphinx>=1.2.2',
'sphinx_rtd_theme>=0.1.6',
],
}
)
2 changes: 0 additions & 2 deletions tests/test_agatesql.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

from decimal import Decimal
from textwrap import dedent

Expand Down

0 comments on commit f30eeb9

Please sign in to comment.