🎨 Auto format

This commit is contained in:
pre-commit-ci-lite[bot] 2026-01-08 14:12:34 +00:00 committed by GitHub
parent ca186edcf3
commit 55b663f70f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ async def read_with_oauth2_scheme():
@app.get(
"/with-get-token", dependencies=[Security(get_token, oauth_scopes=["read", "write"])]
"/with-get-token",
dependencies=[Security(get_token, oauth_scopes=["read", "write"])],
)
async def read_with_get_token():
return {"message": "Admin Access"}