We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4062d4c commit 2b0333dCopy full SHA for 2b0333d
sgkit/distarray.py
@@ -4,7 +4,7 @@
4
cm = guess_chunkmanager(None)
5
6
if cm.array_cls.__module__.split(".")[0] == "cubed":
7
- from cubed import * # noqa: F401, F403
+ from cubed import * # pragma: no cover # noqa: F401, F403
8
else:
9
# default to dask
10
from dask.array import * # noqa: F401, F403
0 commit comments