Skip to content

Commit a19b0d8

Browse files
ssalonenjreback
authored andcommitted
MAINT: remove shebang from test modules (#15134)
1 parent 1f82f18 commit a19b0d8

19 files changed

+0
-19
lines changed

pandas/computation/tests/test_compat.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21

32
# flake8: noqa
43

pandas/computation/tests/test_eval.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21

32
# flake8: noqa
43

pandas/tests/plotting/test_boxplot_method.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# coding: utf-8
32

43
import nose

pandas/tests/plotting/test_frame.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# coding: utf-8
32

43
import nose

pandas/tests/plotting/test_groupby.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# coding: utf-8
32

43
import nose

pandas/tests/plotting/test_hist_method.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# coding: utf-8
32

43
import nose

pandas/tests/plotting/test_misc.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# coding: utf-8
32

43
import nose

pandas/tests/plotting/test_series.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# coding: utf-8
32

43
import nose

pandas/tests/test_config.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/python
21
# -*- coding: utf-8 -*-
32
import pandas as pd
43
import unittest

pandas/tests/test_msgpack/test_buffer.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# coding: utf-8
32

43
from pandas.msgpack import packb, unpackb

pandas/tests/test_msgpack/test_case.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# coding: utf-8
32

43
from pandas.msgpack import packb, unpackb

pandas/tests/test_msgpack/test_except.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# coding: utf-8
32

43
import unittest

pandas/tests/test_msgpack/test_format.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# coding: utf-8
32

43
from pandas.msgpack import unpackb

pandas/tests/test_msgpack/test_limits.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# coding: utf-8
32
from __future__ import (absolute_import, division, print_function,
43
unicode_literals)

pandas/tests/test_msgpack/test_pack.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# coding: utf-8
32

43
import unittest

pandas/tests/test_msgpack/test_seq.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# coding: utf-8
32

43
import io

pandas/tests/test_msgpack/test_sequnpack.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# coding: utf-8
32

43
import unittest

pandas/tests/test_msgpack/test_subtype.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# coding: utf-8
32

43
from pandas.msgpack import packb

pandas/tests/test_testing.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/python
21
# -*- coding: utf-8 -*-
32
import pandas as pd
43
import unittest

0 commit comments

Comments
 (0)