diff --git a/tests/test_security_oauth2_scopes.py b/tests/test_security_oauth2_scopes.py index 690ccca8a..9d55081e1 100644 --- a/tests/test_security_oauth2_scopes.py +++ b/tests/test_security_oauth2_scopes.py @@ -1,4 +1,5 @@ from typing import Annotated + from fastapi import FastAPI, Security from fastapi.params import Depends from fastapi.security import OAuth2PasswordBearer