Skip to content

Commit 82052e2

Browse files
authored
refactor(typing): Remove CompliantDataFrame.collect (#3041)
Noticed ahead of #2713
1 parent 99bbb53 commit 82052e2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

narwhals/_compliant/dataframe.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,6 @@ def schema(self) -> Mapping[str, DType]: ...
155155
@property
156156
def shape(self) -> tuple[int, int]: ...
157157
def clone(self) -> Self: ...
158-
def collect(
159-
self, backend: _EagerAllowedImpl | None, **kwargs: Any
160-
) -> CompliantDataFrameAny: ...
161158
def collect_schema(self) -> Mapping[str, DType]: ...
162159
def drop(self, columns: Sequence[str], *, strict: bool) -> Self: ...
163160
def drop_nulls(self, subset: Sequence[str] | None) -> Self: ...

0 commit comments

Comments
 (0)