File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 46
46
from narwhals ._arrow .namespace import ArrowNamespace
47
47
from narwhals ._arrow .series import ArrowSeries
48
48
from narwhals ._arrow .typing import ArrowChunkedArray
49
- from narwhals ._arrow .typing import Indices
50
- from narwhals ._arrow .typing import Mask
51
- from narwhals ._arrow .typing import Order
49
+ from narwhals ._arrow .typing import Indices # type: ignore[attr-defined]
50
+ from narwhals ._arrow .typing import Mask # type: ignore[attr-defined]
51
+ from narwhals ._arrow .typing import Order # type: ignore[attr-defined]
52
52
from narwhals .dtypes import DType
53
53
from narwhals .typing import SizeUnit
54
54
from narwhals .typing import _1DArray
Original file line number Diff line number Diff line change 44
44
from narwhals ._arrow .typing import ArrowArray
45
45
from narwhals ._arrow .typing import ArrowChunkedArray
46
46
from narwhals ._arrow .typing import Incomplete
47
- from narwhals ._arrow .typing import Indices
47
+ from narwhals ._arrow .typing import Indices # type: ignore[attr-defined]
48
48
from narwhals ._arrow .typing import NullPlacement
49
- from narwhals ._arrow .typing import Order
49
+ from narwhals ._arrow .typing import Order # type: ignore[attr-defined]
50
50
from narwhals ._arrow .typing import TieBreaker
51
51
from narwhals ._arrow .typing import _AsPyType
52
52
from narwhals ._arrow .typing import _BasicDataType
You can’t perform that action at this time.
0 commit comments