Skip to content

Commit 9c79c72

Browse files
committed
linting
1 parent 413ca46 commit 9c79c72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/_libs/parsers.pyx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1233,8 +1233,8 @@ cdef class TextReader:
12331233
codes, cats, na_count = _categorical_convert(
12341234
self.parser, i, start, end, na_filter,
12351235
na_hashset, self.c_encoding)
1236-
cat = Categorical._from_inferred_categories(cats, codes, dtype,
1237-
true_values=self.true_values)
1236+
cat = Categorical._from_inferred_categories(
1237+
cats, codes, dtype, true_values=self.true_values)
12381238
return cat, na_count
12391239

12401240
elif is_object_dtype(dtype):

0 commit comments

Comments
 (0)