Skip to content

Commit

Permalink
missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuhtz committed Jul 16, 2024
1 parent 6c7f576 commit 55e3200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/api.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# implement REST API using FastAPI

import sys
import logging
from fastapi import FastAPI
import uvicorn
from tooling import check_env_vars


from tooling import check_env_vars
from routers.configuration.operations import router as configuration_router
from routers.database.operations import router as database_router
from routers.internal.operations import router as swissarmy_router
Expand Down

0 comments on commit 55e3200

Please sign in to comment.