Skip to content

Commit

Permalink
Thanks Sonarcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiara Rasi committed Jun 14, 2024
1 parent fb461b0 commit fc00685
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scout/build/genes/hgnc_gene.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ def build_phenotype(phenotype_info):
return phenotype_obj


def build_hgnc_gene(gene_info: dict, cytoband_coords: Dict[str, dict], build: str = "37") -> dict:
def build_hgnc_gene(
gene_info: dict, cytoband_coords: Dict[str, dict], build: str = "37"
) -> Optional[dict]:
"""Build a hgnc_gene object
Returns:
Expand Down

0 comments on commit fc00685

Please sign in to comment.