Skip to content

Commit 2b0333d

Browse files
committed
Fix coverage
1 parent 4062d4c commit 2b0333d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sgkit/distarray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
cm = guess_chunkmanager(None)
55

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

0 commit comments

Comments
 (0)