🎨 Auto format

This commit is contained in:
pre-commit-ci-lite[bot] 2026-02-25 21:47:38 +00:00 committed by GitHub
parent d8888662c3
commit 37ac5b8722
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ def test_main():
assert response.json() == {
"message": "Hello World",
"path": "/api/v1/app",
"root_path": "/api/v1"
"root_path": "/api/v1",
}