Skip to content

Commit 6c8c706

Browse files
committed
unused import
1 parent c82b34a commit 6c8c706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/v3/codecs/sharding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
)
4040

4141
if TYPE_CHECKING:
42-
from typing import Awaitable, Callable, Dict, Iterator, List, Optional, Set
42+
from typing import Awaitable, Callable, Dict, Iterator, Optional, Set
4343
from typing_extensions import Self
4444

4545
from zarr.v3.common import (

0 commit comments

Comments
 (0)