Skip to content

Commit d57c877

Browse files
committed
refactor: try the same for CompliantExpr
- Related to #2064 (comment) - Also in the bases of `CompliantSelector`
1 parent 3be58e6 commit d57c877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

narwhals/typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def schema(self) -> Mapping[str, DType]: ...
9797
)
9898

9999

100-
class CompliantExpr(Protocol, Generic[CompliantFrameT, CompliantSeriesT_co]):
100+
class CompliantExpr(Protocol[CompliantFrameT, CompliantSeriesT_co]):
101101
_implementation: Implementation
102102
_backend_version: tuple[int, ...]
103103
_version: Version

0 commit comments

Comments
 (0)