Skip to content

Commit 78810e1

Browse files
committed
import Listnamespace from compliant
1 parent 7c5eb9c commit 78810e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

narwhals_daft/expr_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
import daft.functions as F
66
from daft import lit
7-
from narwhals._compliant.any_namespace import ListNamespace
87
from narwhals._utils import not_implemented
8+
from narwhals.compliant import ListNamespace
99

1010
if TYPE_CHECKING:
1111
from daft import Expression

0 commit comments

Comments
 (0)