Skip to content

Commit 54b96c5

Browse files
fix pathlib import
1 parent a0b48b3 commit 54b96c5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/netmap/utils/data_utils.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
import scipy.sparse
77
import h5py
88

9+
from pathlib import Path
10+
import pyarrow.parquet as pq
11+
import pyarrow as pa
12+
913
def attribution_to_anndata(attribution_list, var = None, obs = None)-> anndata.AnnData:
1014

1115
"""

0 commit comments

Comments
 (0)