We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CompliantExpr
1 parent 3be58e6 commit d57c877Copy full SHA for d57c877
narwhals/typing.py
@@ -97,7 +97,7 @@ def schema(self) -> Mapping[str, DType]: ...
97
)
98
99
100
-class CompliantExpr(Protocol, Generic[CompliantFrameT, CompliantSeriesT_co]):
+class CompliantExpr(Protocol[CompliantFrameT, CompliantSeriesT_co]):
101
_implementation: Implementation
102
_backend_version: tuple[int, ...]
103
_version: Version
0 commit comments