Skip to content

Commit 82b1da7

Browse files
committed
Dont declare _is_utc in tslib
1 parent 8304221 commit 82b1da7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/_libs/tslib.pxd

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ from numpy cimport ndarray, int64_t
33
cdef convert_to_tsobject(object, object, object, bint, bint)
44
cpdef convert_to_timedelta64(object, object)
55
cpdef object maybe_get_tz(object)
6-
cdef bint _is_utc(object)
76
cdef bint _is_tzlocal(object)
87
cdef object _get_dst_info(object)
98
cdef bint _nat_scalar_rules[6]

0 commit comments

Comments
 (0)