Skip to content

Commit 1be1bd7

Browse files
committed
lint
1 parent 97e5ca4 commit 1be1bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/parsers.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2319,7 +2319,7 @@ def sanitize_categorical(object inferred_categories,
23192319
unsorted = cats.copy()
23202320
categories = cats.sort_values()
23212321
codes = _recode_for_categories(inferred_codes, unsorted,
2322-
categories)
2322+
categories)
23232323
dtype = CategoricalDtype(categories, ordered=False)
23242324
else:
23252325
dtype = CategoricalDtype(cats, ordered=False)

0 commit comments

Comments
 (0)