Skip to content

Commit

Permalink
grab TaskRef from blockwise
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Dec 17, 2024
1 parent 49a6d62 commit dd1e5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dask_awkward/lib/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
)

if _dask_uses_tasks:
from dask._task_spec import TaskRef
from dask.blockwise import TaskRef # type: ignore

if TYPE_CHECKING:
from awkward.contents.content import Content
Expand Down

0 comments on commit dd1e5dd

Please sign in to comment.