Skip to content

Commit 3a710f0

Browse files
committed
lint fix
1 parent ff0bb5e commit 3a710f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tools/tests/test_concat.py

-1
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,6 @@ def test_union_categoricals_sort_false(self):
10891089
categories=['b', 'a', 'c'], ordered=True)
10901090
tm.assert_categorical_equal(result, expected)
10911091

1092-
10931092
def test_concat_bug_1719(self):
10941093
ts1 = tm.makeTimeSeries()
10951094
ts2 = tm.makeTimeSeries()[::2]

0 commit comments

Comments
 (0)