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 9375e0d commit 0acba50
Show file tree
Hide file tree
Showing 37 changed files with 0 additions and 75 deletions.
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,5 @@
'pytest-cov',
'pytz>=2015.4',
],
'docs': [
'Sphinx>=1.2.2',
],
}
)
2 changes: 0 additions & 2 deletions tests/test_agate.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

import unittest

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

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

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

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

import unittest

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


from agate import Table
from agate.data_types import Boolean, Date, DateTime, Number, Text, TimeDelta
Expand Down
2 changes: 0 additions & 2 deletions tests/test_mapped_sequence.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

import unittest

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

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

import warnings
from decimal import Decimal

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

from agate import Table
from agate.aggregations import Count, Sum
from agate.data_types import Number, Text
Expand Down
2 changes: 0 additions & 2 deletions tests/test_table/test_bins.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

from decimal import Decimal

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

import leather

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


from agate import Table
from agate.computations import Formula
Expand Down
2 changes: 0 additions & 2 deletions tests/test_table/test_denormalize.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

from agate import Table
from agate.data_types import Number, Text
from agate.testcase import AgateTestCase
Expand Down
2 changes: 0 additions & 2 deletions tests/test_table/test_from_csv.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

import warnings

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

from agate import Table
from agate.testcase import AgateTestCase

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

from decimal import Decimal

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

from agate import Table
from agate.data_types import Number, Text
from agate.testcase import AgateTestCase
Expand Down
2 changes: 0 additions & 2 deletions tests/test_table/test_join.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

from agate import Table
from agate.data_types import Number, Text
from agate.testcase import AgateTestCase
Expand Down
2 changes: 0 additions & 2 deletions tests/test_table/test_merge.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

from agate import Table
from agate.data_types import Number, Text
from agate.exceptions import DataTypeError
Expand Down
2 changes: 0 additions & 2 deletions tests/test_table/test_normalize.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

from agate import Table
from agate.data_types import Number, Text
from agate.testcase import AgateTestCase
Expand Down
2 changes: 0 additions & 2 deletions tests/test_table/test_order_py.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

from agate import Table
from agate.data_types import Number, Text
from agate.testcase import AgateTestCase
Expand Down
2 changes: 0 additions & 2 deletions tests/test_table/test_pivot.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

import sys
from decimal import Decimal

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

from io import StringIO

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

import warnings
from html.parser import HTMLParser
from io import StringIO
Expand Down
2 changes: 0 additions & 2 deletions tests/test_table/test_print_table.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

from io import StringIO

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

import warnings

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

import os
import sys
from io import StringIO
Expand Down
2 changes: 0 additions & 2 deletions tests/test_table/test_to_json.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

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

import json
import shutil
from collections import OrderedDict
Expand Down
2 changes: 0 additions & 2 deletions tests/test_tableset/test_aggregate.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

from collections import OrderedDict
from decimal import Decimal

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

from collections import OrderedDict

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

from collections import OrderedDict

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

from collections import OrderedDict

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

import unittest

from agate.data_types import Boolean, Date, DateTime, Number, Text, TimeDelta
Expand Down
2 changes: 0 additions & 2 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

import unittest
from decimal import Decimal

Expand Down

0 comments on commit 0acba50

Please sign in to comment.