Skip to content

Commit

Permalink
#4518 Type error fix (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bharath-kandula authored Aug 24, 2023
1 parent 9b35363 commit 4e7340d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classification/models/discordance_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def is_medically_significant(self):
if not cm.classification.withdrawn:
if "P" in cm.get(SpecialEKeys.CLINICAL_SIGNIFICANCE):
return True
return False
return False

def all_c_hgvs(self, genome_build: Optional[GenomeBuild] = None) -> List[CHGVS]:
if not genome_build:
Expand Down

0 comments on commit 4e7340d

Please sign in to comment.