Skip to content

Commit c5c3642

Browse files
jbrockmendeljreback
authored andcommitted
remove unused cimport of is_null_datetimelike (pandas-dev#17598)
1 parent 21a3800 commit c5c3642

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)