Skip to content

Commit 627d2c6

Browse files
jrebackTomAugspurger
authored andcommitted
fix linting
(cherry picked from commit fb47ee5)
1 parent a14e338 commit 627d2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/reshape/test_tile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def test_cut_pass_labels(self):
220220
exp = Categorical.from_codes([1] + 4 * [0] + [1, 2], labels)
221221
tm.assert_categorical_equal(result, exp)
222222

223-
# issue 16459
223+
# issue 16459
224224
labels = ['Good', 'Medium', 'Bad']
225225
result = cut(arr, 3, labels=labels)
226226
exp = cut(arr, 3, labels=Categorical(labels, categories=labels,

0 commit comments

Comments
 (0)