Skip to content

Commit 428d6da

Browse files
Imported name is not used anywhere in the module (#2379)
1 parent 77976c8 commit 428d6da

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

docs/conf.py

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
from importlib.metadata import version as get_version
2323

24-
import zarr
2524
import sphinx
2625

2726
# If extensions (or modules to document with autodoc) are in another directory,

tests/v3/test_array.py

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import pytest
77

88
import zarr.api.asynchronous
9-
import zarr.storage
109
from zarr import Array, AsyncArray, Group
1110
from zarr.codecs import BytesCodec, VLenBytesCodec
1211
from zarr.core.array import chunks_initialized

tests/v3/test_v2.py

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
from numcodecs.blosc import Blosc
1010

1111
import zarr
12-
import zarr.core.buffer.cpu
13-
import zarr.core.metadata
1412
import zarr.storage
1513
from zarr import Array
1614
from zarr.storage import MemoryStore, StorePath

0 commit comments

Comments
 (0)