Skip to content

Commit 1bd400d

Browse files
authored
Remove _log_and_raise_error (#249)
1 parent 36d1b1c commit 1bd400d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

main/como/merge_xomics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
_SourceWeights,
2323
)
2424
from como.project import Config
25-
from como.utils import get_missing_gene_data, log_and_raise_error, read_file, return_placeholder_data, set_up_logging
25+
from como.utils import get_missing_gene_data, read_file, return_placeholder_data, set_up_logging
2626

2727

2828
class _MergedHeaderNames:

main/como/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
T = TypeVar("T")
1919
__all__ = [
2020
"get_missing_gene_data",
21-
"log_and_raise_error",
2221
"num_columns",
2322
"num_rows",
2423
"read_file",

0 commit comments

Comments
 (0)