Skip to content

Commit

Permalink
appease mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Dec 17, 2024
1 parent 407401d commit 481d1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dask_awkward/layers/layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
_dask_uses_tasks = hasattr(dask.blockwise, "Task")

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

if TYPE_CHECKING:
from awkward import Array as AwkwardArray
Expand Down

0 comments on commit 481d1d9

Please sign in to comment.