Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Nov 30, 2023
1 parent 932faca commit 8749b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyobo/gilda_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def get_gilda_terms(
text=identifier,
prefix=prefix,
identifier=identifier,
name=None,
name=identifier,
status="name",
organism=id_to_species.get(identifier),
)

0 comments on commit 8749b44

Please sign in to comment.