Skip to content

Commit

Permalink
Run black
Browse files Browse the repository at this point in the history
  • Loading branch information
maximusunc committed Jul 23, 2024
1 parent 39fc630 commit 4639945
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions strider/trapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,9 +493,7 @@ def convert_subclasses_to_aux_graphs(
):
had_support_graphs = True
attribute.value.append(aux_edge_id)
if (
attribute.attribute_type_id == "biolink:knowledge_level"
):
if attribute.attribute_type_id == "biolink:knowledge_level":
had_knowledge_level = True
attribute.value = "logical_entailment"
attribute.attribute_source = "infores:aragorn"
Expand Down

0 comments on commit 4639945

Please sign in to comment.