Skip to content

Commit 2cbbe77

Browse files
committed
fix flake8 error related to zarr_version fixture
1 parent d946c8e commit 2cbbe77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

zarr/tests/test_sync.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
from zarr.storage import (DirectoryStore, KVStore, atexit_rmtree, init_array,
1616
init_group)
1717
from zarr.sync import ProcessSynchronizer, ThreadSynchronizer
18-
from zarr.tests.test_attrs import TestAttributes, zarr_version
18+
# zarr_version fixture must be imported although not used directly here
19+
from zarr.tests.test_attrs import TestAttributes, zarr_version # noqa
1920
from zarr.tests.test_core import TestArray
2021
from zarr.tests.test_hierarchy import TestGroup
2122

0 commit comments

Comments
 (0)