Skip to content

Commit 49f9a8a

Browse files
committed
Ignore unused import
1 parent 9028d6f commit 49f9a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zarr/storage.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
normalize_dtype, normalize_fill_value, normalize_order,
5757
normalize_shape, normalize_storage_path, retry_call)
5858

59-
from zarr._storage.absstore import ABSStore
59+
from zarr._storage.absstore import ABSStore # noqa: F401
6060

6161
__doctest_requires__ = {
6262
('RedisStore', 'RedisStore.*'): ['redis'],

0 commit comments

Comments
 (0)