diff --git a/docs_src/first_steps/tutorial004_py310.py b/docs_src/first_steps/tutorial004_py310.py index f000f0c744..1f9c19b94f 100644 --- a/docs_src/first_steps/tutorial004_py310.py +++ b/docs_src/first_steps/tutorial004_py310.py @@ -6,4 +6,3 @@ app = FastAPI() @app.get("/") async def root(): return {"message": "Hello World", "status": "ok"} -