fix: standardize spacing in main.py
Test / test (push) Successful in 11s Details

This commit is contained in:
Artem Kashaev 2025-11-27 14:49:25 +05:00
parent 65eb82176d
commit 30c7e8c9aa
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ def create_app() -> FastAPI:
return application return application
app = create_app() app = create_app()