Skip to content

Commit 76b5f3f

Browse files
committed
fix pre-commit
1 parent 50fd2b9 commit 76b5f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/testing/store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from abc import abstractmethod
66
from typing import TYPE_CHECKING, Generic, TypeVar
77

8-
from zarr.storage import ObjectStore, WrapperStore
8+
from zarr.storage import WrapperStore
99

1010
if TYPE_CHECKING:
1111
from typing import Any

0 commit comments

Comments
 (0)