Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
tskir committed Jul 24, 2020
1 parent 7c64e9b commit 63fa919
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions clinvar-variant-types/clinvar-variant-types.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@ def find_attribute(rcv, xpath, attribute_name):
return '{} multiple'.format(attribute_name)


def clin_sig_color(clinical_significance):
return '{} {}'.format(
clinical_significance,
'#ff0000' if clinical_significance in PROCESSED_CLIN_SIG else ''
)


def review_status_stars(review_status):
black_stars = SIG_STARS.get(review_status, 0)
white_stars = 4 - black_stars
Expand Down

0 comments on commit 63fa919

Please sign in to comment.