Skip to content

Commit

Permalink
Update api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Feb 15, 2024
1 parent 86f4788 commit 7733234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/biolexica/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
GrounderHint = Union[gilda.Grounder, str, Path]


class Input(BaseModel):
class Input(BaseModel): # type:ignore
"""An input towards lexicon assembly."""

processor: Processor
Expand Down

0 comments on commit 7733234

Please sign in to comment.