Skip to content

Commit

Permalink
Import spmatrix from scipy.sparse (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep authored Feb 8, 2022
1 parent 2727fb0 commit 00a1022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anndata/_core/merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import numpy as np
import pandas as pd
from scipy import sparse
from scipy.sparse.base import spmatrix
from scipy.sparse import spmatrix

from .anndata import AnnData
from ..compat import Literal
Expand Down

0 comments on commit 00a1022

Please sign in to comment.