Skip to content

Commit

Permalink
fix: Linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohulan committed Jun 13, 2023
1 parent cc69be5 commit 469eb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from fastapi.responses import RedirectResponse
from fastapi_versioning import VersionedFastAPI

from .routers import chem, converters, depict , ocsr
from .routers import chem, converters, depict, ocsr
from fastapi.middleware.cors import CORSMiddleware

from prometheus_fastapi_instrumentator import Instrumentator
Expand Down

0 comments on commit 469eb43

Please sign in to comment.