Skip to content

Commit

Permalink
Putting settings back in main
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-moore-97 committed Nov 17, 2023
1 parent dc9cc71 commit b090d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdrive/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import fastapi
import starlette_prometheus

from . import api, export_api, analytics_api
from . import api, export_api, analytics_api, settings

app = fastapi.FastAPI()

Expand Down

0 comments on commit b090d6e

Please sign in to comment.