Skip to content

Commit 5d766c2

Browse files
committed
revert: remove unused _series property
- Thought I was going to need in `_reuse_series_*` - Turns out, I only needed a ref to instance methods
1 parent b38b25b commit 5d766c2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

narwhals/_compliant/expr.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,6 @@ class EagerExpr(
247247
_alias_output_names: Any
248248
_call_kwargs: dict[str, Any]
249249

250-
@property
251-
def _series(self) -> type[EagerSeriesT]: ...
252-
253250
def __init__(
254251
self: Self,
255252
call: Callable[[EagerDataFrameT], Sequence[EagerSeriesT]],

0 commit comments

Comments
 (0)