We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c290a30 commit 02af4fbCopy full SHA for 02af4fb
pandas/core/indexes/datetimes.py
@@ -37,9 +37,7 @@
37
)
38
from pandas.util._exceptions import find_stack_level
39
40
-from pandas.core.dtypes.common import (
41
- is_scalar,
42
-)
+from pandas.core.dtypes.common import is_scalar
43
from pandas.core.dtypes.dtypes import (
44
ArrowDtype,
45
DatetimeTZDtype,
pandas/core/indexes/period.py
@@ -27,9 +27,7 @@
27
set_module,
28
29
30
31
- is_integer,
32
+from pandas.core.dtypes.common import is_integer
33
from pandas.core.dtypes.dtypes import PeriodDtype
34
from pandas.core.dtypes.generic import ABCSeries
35
from pandas.core.dtypes.missing import is_valid_na_for_dtype
0 commit comments