Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Serious-senpai committed Sep 16, 2024
1 parent 57ad894 commit c0d8ec7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
else:
asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())

import server.routes # noqa: F401 # Import route handlers
from server import PORT, api_router, root_router
from server.routes import *


if __name__ == "__main__":
app = web.Application()
Expand Down

0 comments on commit c0d8ec7

Please sign in to comment.