We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 841d92c commit 600ab56Copy full SHA for 600ab56
tests/test_indexes.py
@@ -32,9 +32,7 @@
32
from pandas._typing import IndexIterScalar
33
else:
34
if not PD_LTE_15:
35
- from typing_extensions import TypeAlias
36
-
37
- NumericIndex: TypeAlias = pd.Index
+ from pandas import Index as NumericIndex
38
39
from pandas.core.indexes.numeric import NumericIndex
40
tests/test_timefuncs.py
@@ -51,9 +51,7 @@
51
52
53
54
55
56
57
58
59
0 commit comments