Skip to content

Commit

Permalink
Fix multiple identical imports (zarr-developers#2241)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos authored and d-v-b committed Sep 26, 2024
1 parent 8dd8cc1 commit c1029b1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/zarr/core/array.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import numpy.typing as npt

from zarr._compat import _deprecate_positional_args
from zarr.abc.codec import Codec, CodecPipeline
from zarr.abc.store import set_or_delete
from zarr.codecs import BytesCodec
from zarr.codecs._v2 import V2Compressor, V2Filters
Expand Down
1 change: 0 additions & 1 deletion src/zarr/store/memory.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from __future__ import annotations

from collections.abc import AsyncGenerator, MutableMapping
from typing import TYPE_CHECKING

from typing_extensions import Self
Expand Down
1 change: 0 additions & 1 deletion tests/v3/test_store/test_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import json
import os
from collections.abc import Generator
from typing import TYPE_CHECKING

import fsspec
Expand Down

0 comments on commit c1029b1

Please sign in to comment.