Skip to content

Commit aabd18b

Browse files
authored
Merge pull request #85 from ym-pett/tidy_compliant
chore: changed import for CompliantExprNameNamespace to public
2 parents e472d64 + ecc6e86 commit aabd18b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

narwhals_daft/expr_name.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from typing import TYPE_CHECKING
44

5-
from narwhals._compliant.expr import CompliantExprNameNamespace
5+
from narwhals.compliant import CompliantExprNameNamespace
66

77
if TYPE_CHECKING:
88
from collections.abc import Callable

0 commit comments

Comments
 (0)