Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Jul 11, 2024
1 parent d36e5df commit d5c2cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gene/etl/ncbi.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def _get_vrs_chr_location(self, row: list[str], params: dict) -> list:
else:
params["location_annotations"].append(chromosome.strip())
elif locations:
self._add_chromosome_location(locations, location_list, params)
self._add_chromosome_location(locations, params)
if not params["location_annotations"]:
del params["location_annotations"]
return location_list
Expand Down

0 comments on commit d5c2cce

Please sign in to comment.