Skip to content

Commit 6cab986

Browse files
committed
import sort
1 parent fb1f32d commit 6cab986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/storage/_local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import shutil
88
import sys
99
from pathlib import Path
10-
from typing import TYPE_CHECKING, Literal, BinaryIO, Self
10+
from typing import TYPE_CHECKING, BinaryIO, Literal, Self
1111
import uuid
1212

1313
from zarr.abc.store import (

0 commit comments

Comments
 (0)