Browse Source

🎨 Auto format

pull/15640/head
pre-commit-ci-lite[bot] 2 weeks ago
committed by GitHub
parent
commit
95fbf8c803
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      docs_src/first_steps/tutorial004_py310.py

1
docs_src/first_steps/tutorial004_py310.py

@ -6,4 +6,3 @@ app = FastAPI()
@app.get("/")
async def root():
return {"message": "Hello World", "status": "ok"}

Loading…
Cancel
Save