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 169517e commit 928ee96Copy full SHA for 928ee96
numcodecs/checksum32.py
@@ -10,7 +10,7 @@
10
from .jenkins import jenkins_lookup3
11
12
if TYPE_CHECKING:
13
- from typing_extensions import Buffer
+ from typing_extensions import Buffer # pragma: no cover
14
15
CHECKSUM_LOCATION = Literal['start', 'end']
16
numcodecs/tests/test_zarr3.py
@@ -8,7 +8,7 @@
8
if not TYPE_CHECKING:
9
zarr = pytest.importorskip("zarr")
else:
- import zarr
+ import zarr # pragma: no cover
import zarr.storage
from zarr.core.common import JSON
0 commit comments