File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3030import numpy as np
3131
3232from pandas ._libs import lib
33- from pandas ._typing import (
34- AnyArrayLike ,
35- ArrayLike ,
36- NpDtype ,
37- RandomState ,
38- T ,
39- )
4033
4134from pandas .core .dtypes .cast import construct_1d_object_array_from_listlike
4235from pandas .core .dtypes .common import (
5447from pandas .core .dtypes .missing import isna
5548
5649if TYPE_CHECKING :
50+ from pandas ._typing import (
51+ AnyArrayLike ,
52+ ArrayLike ,
53+ NpDtype ,
54+ RandomState ,
55+ T ,
56+ )
57+
5758 from pandas import Index
5859
5960
Original file line number Diff line number Diff line change @@ -306,7 +306,6 @@ exclude = [
306306"pandas/core/ops/*" = [" TCH" ]
307307"pandas/core/sorting.py" = [" TCH" ]
308308"pandas/core/construction.py" = [" TCH" ]
309- "pandas/core/common.py" = [" TCH" ]
310309"pandas/core/missing.py" = [" TCH" ]
311310"pandas/core/util/*" = [" TCH" ]
312311"pandas/core/reshape/*" = [" TCH" ]
You can’t perform that action at this time.
0 commit comments