We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5eb9c commit 78810e1Copy full SHA for 78810e1
narwhals_daft/expr_list.py
@@ -4,8 +4,8 @@
4
5
import daft.functions as F
6
from daft import lit
7
-from narwhals._compliant.any_namespace import ListNamespace
8
from narwhals._utils import not_implemented
+from narwhals.compliant import ListNamespace
9
10
if TYPE_CHECKING:
11
from daft import Expression
0 commit comments