Skip to content

Commit 6257008

Browse files
committed
CLN: Fix flake8 errors
1 parent 58dee11 commit 6257008

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/tests/indexes/test_base.py

-3
Original file line numberDiff line numberDiff line change
@@ -1452,9 +1452,6 @@ def test_drop_tuple(self, values, to_drop):
14521452
pytest.raises(KeyError, removed.drop, drop_me)
14531453

14541454
def test_tuple_union_bug(self):
1455-
import pandas
1456-
import numpy as np
1457-
14581455
aidx1 = np.array([(1, 'A'), (2, 'A'), (1, 'B'), (2, 'B')],
14591456
dtype=[('num', int), ('let', 'a1')])
14601457
aidx2 = np.array([(1, 'A'), (2, 'A'), (1, 'B'),

0 commit comments

Comments
 (0)