Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rxu17 committed Apr 18, 2024
1 parent f14212d commit 3f31802
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions genie_registry/clinical.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,7 @@ def _validate_oncotree_code_mapping_message(
"ONCOTREE CODES exist in the mapping. You have {} samples "
"that don't map. These are the codes that "
"don't map: {}\n".format(
len(unmapped_oncotree_indices),
",".join(unmapped_oncotree_codes)
len(unmapped_oncotree_indices), ",".join(unmapped_oncotree_codes)
)
)
return errors, warnings
Expand Down

0 comments on commit 3f31802

Please sign in to comment.