From 55b663f70f10b53e1cde495c0933c01e92917024 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 14:12:34 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Auto=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...security_oauth2_authorization_code_bearer_scopes_openapi.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_security_oauth2_authorization_code_bearer_scopes_openapi.py b/tests/test_security_oauth2_authorization_code_bearer_scopes_openapi.py index b99e700e3..97d79462a 100644 --- a/tests/test_security_oauth2_authorization_code_bearer_scopes_openapi.py +++ b/tests/test_security_oauth2_authorization_code_bearer_scopes_openapi.py @@ -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"}