Skip to content

Commit 761f14c

Browse files
committed
fix nw.LazyFrame missing _version ClassVar
1 parent 666ec37 commit 761f14c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

narwhals/dataframe.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2361,6 +2361,8 @@ class LazyFrame(BaseFrame[LazyFrameT]):
23612361
```
23622362
"""
23632363

2364+
_version: ClassVar[Version] = Version.MAIN
2365+
23642366
@property
23652367
def _compliant(self) -> CompliantLazyFrame[Any, LazyFrameT, Self]:
23662368
return self._compliant_frame

0 commit comments

Comments
 (0)