Skip to content

Commit 8613f77

Browse files
committed
add noqa
1 parent a4fc1b1 commit 8613f77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

clinvar_data/phenotype_link.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ def clean_omim(terms: typing.Set[str]) -> typing.Set[str]:
2121
return {term.split(".")[0] for term in terms}
2222

2323

24-
def run_report(
24+
def run_report( # noqa: C901
2525
path_input: str, path_output: str, needs_hpo_terms: bool = True
26-
): # noqa: C901
26+
):
2727
"""Read in file at path_input and generate link records to path_output."""
2828

2929
if path_input.endswith(".gz"):

0 commit comments

Comments
 (0)