Skip to content

Commit 10fd29e

Browse files
committed
lint
1 parent a5af8b3 commit 10fd29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/arrays/categorical/test_replace.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
([1, 4], [5, 2], [5, 2, 3], False, False),
2424
# check_categorical sorts categories, which crashes on mixed dtypes
2525
(3, "4", [1, 2, "4"], True, False),
26-
([1, 2, "3"], "5", ["5", "5", 3], True, False)
26+
([1, 2, "3"], "5", ["5", "5", 3], True, False),
2727
],
2828
)
2929
# GH 31720

0 commit comments

Comments
 (0)