Skip to content

Commit

Permalink
Clean up more Cython warning
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Mar 21, 2024
1 parent d17723c commit 015289f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/_libs/parsers.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1603,7 +1603,7 @@ cdef _categorical_convert(parser_t *parser, int64_t col,

# -> ndarray[f'|S{width}']
cdef _to_fw_string(parser_t *parser, int64_t col, int64_t line_start,
int64_t line_end, int64_t width) noexcept:
int64_t line_end, int64_t width):
cdef:
char *data
ndarray result
Expand Down

0 comments on commit 015289f

Please sign in to comment.