Skip to content

Commit 49af513

Browse files
committed
remove unused cimports
1 parent 1748378 commit 49af513

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/_libs/writers.pyx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ except ImportError:
1212
from cpython cimport PyUnicode_GET_SIZE as PyString_GET_SIZE
1313

1414
import numpy as np
15-
cimport numpy as cnp
1615
from numpy cimport ndarray, uint8_t
17-
cnp.import_array()
1816

1917

2018
ctypedef fused pandas_string:

0 commit comments

Comments
 (0)