We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0364787 commit a170e97Copy full SHA for a170e97
pandas/core/indexes/period.py
@@ -6,7 +6,7 @@
6
from pandas._libs import index as libindex
7
from pandas._libs.tslibs import BaseOffset, Period, Resolution, Tick
8
from pandas._libs.tslibs.parsing import DateParseError, parse_time_string
9
-from pandas._typing import DtypeObj, Label
+from pandas._typing import DtypeObj
10
from pandas.errors import InvalidIndexError
11
from pandas.util._decorators import Appender, cache_readonly, doc
12
0 commit comments