Skip to content

Commit 975b573

Browse files
authored
Merge pull request #103 from ym-pett/tidy_compliant_imports
chore: import Listnamespace from compliant
2 parents 7c5eb9c + 65ffc2d commit 975b573

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-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

narwhals_daft/expr_str.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,5 @@ def replace_all(self, value: DaftExpr, pattern: str, *, literal: bool) -> DaftEx
9090
contains = not_implemented()
9191
to_datetime = not_implemented()
9292
zfill = not_implemented()
93+
pad_start = not_implemented()
94+
pad_end = not_implemented()

0 commit comments

Comments
 (0)