Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdolin committed May 12, 2024
1 parent d14c4f0 commit 2087143
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -1948,7 +1948,6 @@ def query_molecular_consequences_by_variants(normalized_variant_list, feature_co
query_results = []

for item in results:
# item["UUID"] = str(uuid4())
query_results.append(item)

return query_results
1 change: 0 additions & 1 deletion app/endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,6 @@ def find_subject_molecular_consequences(
abort(422, f'Failed LiftOver. Variant: {normalizedVariant["variant"]}')

query_results = common.query_molecular_consequences_by_variants(normalized_variants, normalized_feature_consequence_list, query)
print(query_results)

for res in query_results:
if res["molecularConsequenceMatches"]:
Expand Down

0 comments on commit 2087143

Please sign in to comment.