Skip to content

Commit fc055ea

Browse files
committed
lint and remove debugging code
1 parent eae01d7 commit fc055ea

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/test_ipr/test_ipr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
get_kb_matched_statements,
1111
get_kb_statement_matched_conditions,
1212
get_kb_variants,
13-
get_kb_matches_sections
13+
get_kb_matches_sections,
1414
)
1515
from pori_python.types import Statement
1616

tests/test_ipr/test_upload.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ def test_multivariant_multiconditionset_statements_loaded(self, loaded_reports)
332332
are met.
333333
This is also a test of multiple condition sets since there are two variants
334334
in the test data that satisfy one of the conditions (the APC mutation)."""
335-
import pdb; pdb.set_trace()
336335
section = get_section(loaded_reports["sync"], "kb-matches/kb-matched-statements")
337336
multivariant_stmts = [item for item in section if item["reference"] == "pmid:27302369"]
338337

0 commit comments

Comments
 (0)