Skip to content

Commit

Permalink
Update web.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Feb 2, 2024
1 parent 1afe4b7 commit 15a237e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/biolexica/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import fastapi
from fastapi import FastAPI, Request

from biolexica.api import GrounderHint, load_grounder, Match, Grounder
from biolexica.api import Grounder, GrounderHint, Match, load_grounder

Check warning on line 8 in src/biolexica/web.py

View check run for this annotation

Codecov / codecov/patch

src/biolexica/web.py#L8

Added line #L8 was not covered by tests

__all__ = [
"run_app",
Expand Down

0 comments on commit 15a237e

Please sign in to comment.