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.
self
1 parent a4edcb7 commit cc00fdcCopy full SHA for cc00fdc
narwhals/_pandas_like/selectors.py
@@ -68,7 +68,7 @@ class PandasSelector( # type: ignore[misc]
68
if sys.version_info < (3, 9):
69
70
def __init__(self, *args: Any, **kwds: Any) -> None:
71
- super(PandasLikeExpr).__init__(*args, **kwds)
+ super(PandasLikeExpr, self).__init__(*args, **kwds)
72
73
def _to_expr(self: Self) -> PandasLikeExpr:
74
return PandasLikeExpr(
0 commit comments