Skip to content

Commit a2469aa

Browse files
committed
fixed imports in io_utils
1 parent d2b26af commit a2469aa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/xenium_analysis_tools/utils/io_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import logging
66
import sys
77
import pandas as pd
8+
import numpy as np
89
from shutil import copytree, rmtree
910

1011
def load_config(config_path=None):

0 commit comments

Comments
 (0)