Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 17, 2024
1 parent 86054f0 commit a88502f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 # type: ignore
from dask.blockwise import Task, TaskRef # type: ignore

if TYPE_CHECKING:
from awkward import Array as AwkwardArray
Expand Down
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.blockwise import GraphNode, Task, TaskRef # type: ignore
from dask.blockwise import GraphNode, Task, TaskRef # type: ignore

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

0 comments on commit a88502f

Please sign in to comment.