Skip to content

Commit

Permalink
take _task_spec classes from blockwise
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Dec 17, 2024
1 parent 64b2a66 commit 49a6d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dask_awkward/lib/optimize.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from dask_awkward.utils import first

if _dask_uses_tasks:
from dask._task_spec import GraphNode, Task, TaskRef
from dask.blockwise import GraphNode, Task, TaskRef

if TYPE_CHECKING:
from awkward._nplikes.typetracer import TypeTracerReport
Expand Down

0 comments on commit 49a6d62

Please # to comment.