Skip to content

Commit a6d3700

Browse files
committed
pep8 issue
1 parent ca9b0b3 commit a6d3700

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/test_categorical.py

-1
Original file line numberDiff line numberDiff line change
@@ -4941,4 +4941,3 @@ def test_map(self):
49414941
assert isinstance(res, tm.SubclassedCategorical)
49424942
exp = Categorical(['A', 'B', 'C'])
49434943
tm.assert_categorical_equal(res, exp)
4944-

0 commit comments

Comments
 (0)