Skip to content

Commit 7bc982e

Browse files
committed
remove unused import
1 parent 9ec0d01 commit 7bc982e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/zarr/api/asynchronous.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import numpy as np
99
import numpy.typing as npt
1010

11-
from zarr.api.synchronous import open_array
1211
from zarr.core.array import Array, AsyncArray, get_array_metadata
1312
from zarr.core.buffer import NDArrayLike
1413
from zarr.core.common import (
@@ -53,7 +52,6 @@
5352
"ones",
5453
"ones_like",
5554
"open",
56-
"open_array",
5755
"open_consolidated",
5856
"open_group",
5957
"open_like",

0 commit comments

Comments
 (0)