Skip to content

Commit

Permalink
Update expasy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Apr 17, 2024
1 parent 3f11258 commit 5174349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyobo/sources/expasy.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def get_terms(version: str, force: bool = False) -> Iterable[Term]:

database_path = ensure_path(PREFIX, url=EXPASY_DATABASE_URL, version=version)
with open(database_path) as file:
_data = get_database(file)
id_to_data = get_database(file)

ec2go = get_ec2go(version=version)

Expand Down

0 comments on commit 5174349

Please sign in to comment.