Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasdavis committed Nov 13, 2023
1 parent 033e12c commit 73b0437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dask_awkward/lib/io/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
from distributed.queues import Queue
from distributed.worker import get_worker
except ImportError:
Queue = None # type: ignore
get_worker = None # type: ignore
Queue = None
get_worker = None


from dask_awkward.layers.layers import (
Expand Down

0 comments on commit 73b0437

Please sign in to comment.