Skip to content

Commit 5af016e

Browse files
committed
Fix linting issue
1 parent 4b7a79f commit 5af016e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/test_api.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,12 @@
4242
save_group,
4343
)
4444
from zarr.core.buffer import NDArrayLike
45-
from zarr.errors import ArrayNotFoundError, MetadataValidationError, ZarrDeprecationWarning, ZarrUserWarning
45+
from zarr.errors import (
46+
ArrayNotFoundError,
47+
MetadataValidationError,
48+
ZarrDeprecationWarning,
49+
ZarrUserWarning,
50+
)
4651
from zarr.storage import MemoryStore
4752
from zarr.storage._utils import normalize_path
4853
from zarr.testing.utils import gpu_test

0 commit comments

Comments
 (0)