Skip to content

Commit ec9a98e

Browse files
authored
Clean up more Cython warning (pandas-dev#57946)
1 parent cfe191d commit ec9a98e

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
@@ -1603,7 +1603,7 @@ cdef _categorical_convert(parser_t *parser, int64_t col,
16031603

16041604
# -> ndarray[f'|S{width}']
16051605
cdef _to_fw_string(parser_t *parser, int64_t col, int64_t line_start,
1606-
int64_t line_end, int64_t width) noexcept:
1606+
int64_t line_end, int64_t width):
16071607
cdef:
16081608
char *data
16091609
ndarray result

0 commit comments

Comments
 (0)