Skip to content

Commit 849ed0a

Browse files
style: pre-commit fixes
1 parent f1d0253 commit 849ed0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/abc/store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
if TYPE_CHECKING:
1010
from collections.abc import AsyncGenerator, Iterable
1111
from types import TracebackType
12-
from typing import Any, TypeAlias, Self
12+
from typing import Any, Self, TypeAlias
1313

1414
from zarr.core.buffer import Buffer, BufferPrototype
1515
from zarr.core.common import AccessModeLiteral, BytesLike

0 commit comments

Comments
 (0)