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 de64cbb commit ecba05c
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 20 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,5 @@
'lxml>=3.6.0',
'cssselect>=0.9.1',
],
'docs': [
'Sphinx>=1.2.2',
'sphinx_rtd_theme>=0.1.6',
],
}
)
2 changes: 0 additions & 2 deletions tests/test_axis.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

import leather


Expand Down
2 changes: 0 additions & 2 deletions tests/test_chart.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

import os
import warnings

Expand Down
2 changes: 0 additions & 2 deletions tests/test_grid.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

import os

import leather
Expand Down
2 changes: 0 additions & 2 deletions tests/test_lattice.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

import leather


Expand Down
2 changes: 0 additions & 2 deletions tests/test_scales.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

from datetime import date, datetime
from decimal import Decimal

Expand Down
2 changes: 0 additions & 2 deletions tests/test_series.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

import leather
from leather.utils import X, Y, Z

Expand Down
2 changes: 0 additions & 2 deletions tests/test_shapes.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

import leather


Expand Down
2 changes: 0 additions & 2 deletions tests/test_ticks.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python


from datetime import date, datetime
from decimal import Decimal
Expand Down

0 comments on commit ecba05c

Please sign in to comment.