Skip to content

Commit

Permalink
fix dask typo (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli authored Jul 27, 2024
1 parent 8b77288 commit 48cbbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narwhals/translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ def from_native( # noqa: PLR0915
msg = "Please install dask-expr"
raise ImportError(msg)
return LazyFrame(
DaskLazyFrame(native_object, backend_version=parse_version(pl.__version__)),
DaskLazyFrame(native_object, backend_version=parse_version(dd.__version__)),
level="full",
)

Expand Down

0 comments on commit 48cbbaf

Please sign in to comment.