Skip to content

Commit 8319d0f

Browse files
committed
refactor(typing): Simplify EagerNamespace
- Only needs to be the extra stuff - `_create_compliant_series` is removed in #2196
1 parent 4eb66a0 commit 8319d0f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

narwhals/_compliant/namespace.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,8 @@ class EagerNamespace(
5757
CompliantNamespace[EagerDataFrameT, EagerExprT],
5858
Protocol[EagerDataFrameT, EagerSeriesT_co, EagerExprT],
5959
):
60-
@property
61-
def _expr(self) -> type[EagerExprT]: ...
6260
@property
6361
def _series(self) -> type[EagerSeriesT_co]: ...
64-
def all_horizontal(self, *exprs: EagerExprT) -> EagerExprT: ...
6562

6663
@deprecated(
6764
"Internally used for `numpy.ndarray` -> `CompliantSeries`\n"

0 commit comments

Comments
 (0)