Skip to content

Commit a170e97

Browse files
CI: Fix ci flake error (#37938)
* remove \n from docstring * fix issue 17038 * revert change * revert change * fixup
1 parent 0364787 commit a170e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/period.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from pandas._libs import index as libindex
77
from pandas._libs.tslibs import BaseOffset, Period, Resolution, Tick
88
from pandas._libs.tslibs.parsing import DateParseError, parse_time_string
9-
from pandas._typing import DtypeObj, Label
9+
from pandas._typing import DtypeObj
1010
from pandas.errors import InvalidIndexError
1111
from pandas.util._decorators import Appender, cache_readonly, doc
1212

0 commit comments

Comments
 (0)