Skip to content

Commit 02af4fb

Browse files
STY: Revert import formatting (GH#63388)
1 parent c290a30 commit 02af4fb

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

pandas/core/indexes/datetimes.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@
3737
)
3838
from pandas.util._exceptions import find_stack_level
3939

40-
from pandas.core.dtypes.common import (
41-
is_scalar,
42-
)
40+
from pandas.core.dtypes.common import is_scalar
4341
from pandas.core.dtypes.dtypes import (
4442
ArrowDtype,
4543
DatetimeTZDtype,

pandas/core/indexes/period.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@
2727
set_module,
2828
)
2929

30-
from pandas.core.dtypes.common import (
31-
is_integer,
32-
)
30+
from pandas.core.dtypes.common import is_integer
3331
from pandas.core.dtypes.dtypes import PeriodDtype
3432
from pandas.core.dtypes.generic import ABCSeries
3533
from pandas.core.dtypes.missing import is_valid_na_for_dtype

0 commit comments

Comments
 (0)