Skip to content

Commit 72796f1

Browse files
committed
fixed isort error
1 parent 5426350 commit 72796f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/tools/datetimes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from collections import abc
22
from datetime import datetime, time
33
from functools import partial
4-
from typing import Union, TypeVar
4+
from typing import TypeVar, Union
55

66
import numpy as np
77

0 commit comments

Comments
 (0)