Skip to content

Commit

Permalink
Remove unused import and function call
Browse files Browse the repository at this point in the history
  • Loading branch information
AndPuQing committed Jan 28, 2024
1 parent c1b3d06 commit 57689ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/app/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from app.core.config import settings
from app.gunicorn_runner import GunicornApplication
from app.initial_data import init


def main():
Expand All @@ -11,7 +10,6 @@ def main():
This function is used to start the application.
"""
init()
if settings.reload:
uvicorn.run(
"app.web.application:get_app",
Expand Down

0 comments on commit 57689ae

Please sign in to comment.