Skip to content

Commit ad06104

Browse files
anndata still optional so ignoring it during type check
1 parent aabcee6 commit ad06104

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/glass_box_umap/attribution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from numpy.typing import NDArray
1212

1313
try:
14-
import anndata as ad
14+
import anndata as ad # type: ignore[import-untyped]
1515
except ImportError: # pragma: no cover
1616
ad = None # type: ignore[assignment]
1717

0 commit comments

Comments
 (0)