File tree 2 files changed +15
-15
lines changed
2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 25
25
Timestamp ,
26
26
to_offset ,
27
27
)
28
- from pandas ._typing import (
29
- AnyArrayLike ,
30
- Axis ,
31
- AxisInt ,
32
- Frequency ,
33
- IndexLabel ,
34
- NDFrameT ,
35
- QuantileInterpolation ,
36
- T ,
37
- TimedeltaConvertibleTypes ,
38
- TimeGrouperOrigin ,
39
- TimestampConvertibleTypes ,
40
- npt ,
41
- )
28
+ from pandas ._typing import NDFrameT
42
29
from pandas .compat .numpy import function as nv
43
30
from pandas .errors import AbstractMethodError
44
31
from pandas .util ._decorators import (
93
80
)
94
81
95
82
if TYPE_CHECKING :
83
+ from pandas ._typing import (
84
+ AnyArrayLike ,
85
+ Axis ,
86
+ AxisInt ,
87
+ Frequency ,
88
+ IndexLabel ,
89
+ QuantileInterpolation ,
90
+ T ,
91
+ TimedeltaConvertibleTypes ,
92
+ TimeGrouperOrigin ,
93
+ TimestampConvertibleTypes ,
94
+ npt ,
95
+ )
96
+
96
97
from pandas import (
97
98
DataFrame ,
98
99
Index ,
Original file line number Diff line number Diff line change @@ -298,7 +298,6 @@ exclude = [
298
298
"pandas/core/generic.py" = [" TCH" ]
299
299
"pandas/core/frame.py" = [" TCH" ]
300
300
"pandas/core/series.py" = [" TCH" ]
301
- "pandas/core/resample.py" = [" TCH" ]
302
301
"pandas/core/nanops.py" = [" TCH" ]
303
302
"pandas/core/apply.py" = [" TCH" ]
304
303
"pandas/core/base.py" = [" TCH" ]
You can’t perform that action at this time.
0 commit comments