🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

This commit is contained in:
pre-commit-ci[bot] 2025-11-09 17:12:04 +00:00
parent c03fa4a65a
commit 639deff748
1 changed files with 1 additions and 1 deletions

View File

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