File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 30
30
import numpy as np
31
31
32
32
from pandas ._libs import lib
33
- from pandas ._typing import (
34
- AnyArrayLike ,
35
- ArrayLike ,
36
- NpDtype ,
37
- RandomState ,
38
- T ,
39
- )
40
33
41
34
from pandas .core .dtypes .cast import construct_1d_object_array_from_listlike
42
35
from pandas .core .dtypes .common import (
54
47
from pandas .core .dtypes .missing import isna
55
48
56
49
if TYPE_CHECKING :
50
+ from pandas ._typing import (
51
+ AnyArrayLike ,
52
+ ArrayLike ,
53
+ NpDtype ,
54
+ RandomState ,
55
+ T ,
56
+ )
57
+
57
58
from pandas import Index
58
59
59
60
Original file line number Diff line number Diff line change @@ -306,7 +306,6 @@ exclude = [
306
306
"pandas/core/ops/*" = [" TCH" ]
307
307
"pandas/core/sorting.py" = [" TCH" ]
308
308
"pandas/core/construction.py" = [" TCH" ]
309
- "pandas/core/common.py" = [" TCH" ]
310
309
"pandas/core/missing.py" = [" TCH" ]
311
310
"pandas/core/util/*" = [" TCH" ]
312
311
"pandas/core/reshape/*" = [" TCH" ]
You can’t perform that action at this time.
0 commit comments