We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d5bb15 commit 3072180Copy full SHA for 3072180
app/main.py
@@ -119,3 +119,4 @@ async def handle_validation_error(
119
uvicorn.run(
120
"app.main:APP", host="127.0.0.1", port=SETTINGS.port, log_level="info",
121
)
122
+# this is a test comment
0 commit comments