Skip to content

Commit a07611d

Browse files
committed
Remove structured logger module
1 parent 3419b9b commit a07611d

File tree

3 files changed

+0
-29
lines changed

3 files changed

+0
-29
lines changed

micall/core/denovo.py

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
from micall.core.project_config import ProjectConfig
2222
from micall.core.contig_stitcher import GenotypedContig, stitch_consensus, with_fresh_context
2323
from micall.core.plot_contigs import plot_stitcher_coverage
24-
from micall.utils.structured_logger import add_structured_handler
2524

2625
IVA = "iva"
2726
DEFAULT_DATABASE = os.path.join(os.path.dirname(__file__),

micall/tests/test_contig_stitcher.py

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from micall.core.contig_stitcher import split_contigs_with_gaps, stitch_contigs, GenotypedContig, merge_intervals, find_covered_contig, stitch_consensus, calculate_concordance, align_all_to_reference, main, AlignedContig, disambiguate_concordance
99
from micall.core.plot_contigs import plot_stitcher_coverage
1010
from micall.tests.utils import MockAligner, fixed_random_seed
11-
from micall.utils.structured_logger import add_structured_handler
1211
from micall.tests.test_denovo import check_hcv_db # activates the fixture
1312

1413

micall/utils/structured_logger.py

-27
This file was deleted.

0 commit comments

Comments
 (0)