Skip to content

Commit 257d569

Browse files
committed
CLN: run isort to fix import order
1 parent ca61187 commit 257d569

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pandas/core/tools/datetimes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
from pandas.core.dtypes.missing import notna
3838

3939
from pandas._typing import ArrayLike
40+
from pandas.arrays import IntegerArray
4041
from pandas.core import algorithms
4142
from pandas.core.algorithms import unique
42-
from pandas.arrays import IntegerArray
4343

4444
# ---------------------------------------------------------------------
4545
# types used in annotations

pandas/tests/tools/test_datetime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import pandas as pd
21
import numpy as np
32

3+
import pandas as pd
44
import pandas.util.testing as tm
55

66

0 commit comments

Comments
 (0)