Skip to content

Commit

Permalink
trying to fix type error on 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed May 15, 2024
1 parent 91c8670 commit c373c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ontobio/io/gafgpibridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def __hash__(self):
return hash(d)


def convert_association(association) -> Entity | None:
def convert_association(association):
"""
'id' is already `join`ed in both the Association and the Entity,
so we don't have to worry about what that looks like. We assume
Expand Down

0 comments on commit c373c9a

Please sign in to comment.