Skip to content

Commit 4c386a6

Browse files
committed
silence anndata.io warning
1 parent 98b3fc6 commit 4c386a6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/spatialdata_io/readers/_utils/_utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
from pathlib import Path
66
from typing import Any, Union
77

8-
from anndata import AnnData, read_text
8+
from anndata import AnnData
9+
from anndata.io import read_text
910
from h5py import File
1011
from ome_types import from_tiff
1112
from ome_types.model import Pixels, UnitsLength

0 commit comments

Comments
 (0)