Skip to content

Commit

Permalink
new_dd_object really was in core
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Jan 25, 2025
1 parent 50ef61d commit 8f40eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dask_awkward/lib/io/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ def to_dataframe(
"""
import dask
from dask.dataframe import DataFrame as DaskDataFrame
from dask.dataframe import new_dd_object # type: ignore
from dask.dataframe.core import new_dd_object # type: ignore

if parse_version(dask.__version__) >= parse_version("2025"):
raise NotImplementedError(
Expand Down

0 comments on commit 8f40eac

Please sign in to comment.