Skip to content

Commit 60c9aa9

Browse files
committed
fix: oops
1 parent 610a777 commit 60c9aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/abc/codec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from abc import abstractmethod
44
from collections.abc import Mapping
5-
from typing import TYPE_CHECKING, TypeGuard, Protocol, TypeGuard, runtime_checkable
5+
from typing import TYPE_CHECKING, Protocol, TypeGuard, runtime_checkable
66

77
from typing_extensions import ReadOnly, TypedDict
88

0 commit comments

Comments
 (0)