Skip to content

Commit 4f30113

Browse files
committed
revert pandas._libs removal
1 parent 05d3fe2 commit 4f30113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/util.pxd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cimport numpy as cnp
22
from numpy cimport ndarray
33

4-
from .tslibs.util cimport *
4+
from pandas._libs.tslibs.util cimport *
55

66

77
cdef extern from "numpy/ndarraytypes.h":

0 commit comments

Comments
 (0)