Browse Source

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

pull/11200/head
pre-commit-ci[bot] 2 weeks ago
parent
commit
2eb2fcbd76
  1. 2
      tests/test_endpoint_with_async_class_decorator.py

2
tests/test_endpoint_with_async_class_decorator.py

@ -15,11 +15,13 @@ class SomeDecorator:
app = FastAPI()
@app.get("/")
@SomeDecorator
async def route1():
return {"working": True}
client = TestClient(app)

Loading…
Cancel
Save