Skip to content

Commit 1ff89d4

Browse files
committed
reorder imports
1 parent 6f9caeb commit 1ff89d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslib.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ from pandas._libs.tslibs.parsing import parse_datetime_string
3939
from pandas._libs.tslibs.conversion cimport (
4040
_TSObject,
4141
cast_from_unit,
42-
precision_from_unit,
4342
convert_datetime_to_tsobject,
4443
get_datetime64_nanos,
44+
precision_from_unit,
4545
)
4646
from pandas._libs.tslibs.nattype cimport (
4747
NPY_NAT,

0 commit comments

Comments
 (0)