Skip to content

Commit 4e622bb

Browse files
authored
Fix minor cython warning (#54816)
1 parent 0a23624 commit 4e622bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/_libs/writers.pyx

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
cimport cython
2+
from cython cimport Py_ssize_t
23
import numpy as np
34

45
from cpython cimport (

0 commit comments

Comments
 (0)