Skip to content

Commit 1a433a9

Browse files
committed
fix: Update alias import
1 parent cce4289 commit 1a433a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

narwhals/_plan/arrow/functions.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424

2525
from typing_extensions import TypeAlias, TypeIs
2626

27-
from narwhals._arrow.dataframe import PromoteOptions
28-
from narwhals._arrow.typing import Incomplete
27+
from narwhals._arrow.typing import Incomplete, PromoteOptions
2928
from narwhals._plan.arrow.series import ArrowSeries
3029
from narwhals._plan.arrow.typing import (
3130
Array,

0 commit comments

Comments
 (0)