Skip to content

Commit 49c8d19

Browse files
jbrockmendelalanbato
authored andcommitted
remove unused cimport of is_null_datetimelike (pandas-dev#17598)
1 parent 4e41429 commit 49c8d19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/_libs/algos.pyx

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ from libc.math cimport sqrt, fabs
3333
from util cimport numeric, get_nat
3434

3535
cimport lib
36-
from lib cimport is_null_datetimelike
3736
from pandas._libs import lib
3837

3938
cdef int64_t iNaT = get_nat()

0 commit comments

Comments
 (0)