Skip to content

Commit f00fa45

Browse files
Imported name is not used anywhere in the module
1 parent a0c56fb commit f00fa45

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

tests/test_config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import pytest
99

1010
import zarr
11-
import zarr.api
1211
from zarr import zeros
1312
from zarr.abc.codec import CodecPipeline
1413
from zarr.abc.store import ByteSetter, Store

tests/test_v2.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
from pathlib import Path
33
from typing import Any, Literal
44

5-
import numcodecs.abc
6-
import numcodecs.vlen
75
import numpy as np
86
import pytest
97
from numcodecs import Delta

0 commit comments

Comments
 (0)