Skip to content

Commit cfc01e1

Browse files
committed
actually fix import order
1 parent 6cab986 commit cfc01e1

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
@@ -6,9 +6,9 @@
66
import os
77
import shutil
88
import sys
9+
import uuid
910
from pathlib import Path
1011
from typing import TYPE_CHECKING, BinaryIO, Literal, Self
11-
import uuid
1212

1313
from zarr.abc.store import (
1414
ByteRequest,

0 commit comments

Comments
 (0)