Skip to content

Commit

Permalink
Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Sep 10, 2024
1 parent 4062d4c commit 2b0333d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sgkit/distarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
cm = guess_chunkmanager(None)

if cm.array_cls.__module__.split(".")[0] == "cubed":
from cubed import * # noqa: F401, F403
from cubed import * # pragma: no cover # noqa: F401, F403
else:
# default to dask
from dask.array import * # noqa: F401, F403

0 comments on commit 2b0333d

Please sign in to comment.