From 015289ffffd39de7a9aa093695cb998705c58c25 Mon Sep 17 00:00:00 2001 From: Will Ayd Date: Wed, 20 Mar 2024 22:26:58 -0400 Subject: [PATCH] Clean up more Cython warning --- pandas/_libs/parsers.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/_libs/parsers.pyx b/pandas/_libs/parsers.pyx index 82e9812094af2..01c7de0c6f2b3 100644 --- a/pandas/_libs/parsers.pyx +++ b/pandas/_libs/parsers.pyx @@ -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