Skip to content

Commit

Permalink
Update src/anndata/io.py
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp A. <flying-sheep@web.de>
  • Loading branch information
ilan-gold and flying-sheep committed Sep 24, 2024
1 parent 4079b10 commit 8ef1797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/anndata/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
if "zarr" in sys.modules or TYPE_CHECKING:
from ._io.zarr import read_zarr, write_zarr
else:
# Importing zarr is slow, so unless it’s already imported,
# we wrap these functions into shims.
# In case zarr is not imported (and maybe not installed),
# wrap these functions into shims.
def read_zarr(*args, **kw): # pragma: no cover
from ._io.zarr import read_zarr

Expand Down

0 comments on commit 8ef1797

Please # to comment.