Skip to content

Commit 92467f0

Browse files
committed
Code coverage: group protected attributes together
1 parent 0ffac70 commit 92467f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fastapi_oauth2/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ class OAuth2Core:
5252
provider: str = None
5353
redirect_uri: str = None
5454
backend: BaseOAuth2 = None
55-
_oauth_client: Optional[WebApplicationClient] = None
5655

56+
_oauth_client: Optional[WebApplicationClient] = None
5757
_authorization_endpoint: str = None
5858
_token_endpoint: str = None
5959

0 commit comments

Comments
 (0)