pre-commit-ci-lite[bot]
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
fastapi/security/oauth2.py
|
|
@ -690,4 +690,4 @@ class SecurityScopes: |
|
|
separated by spaces, as defined in the OAuth2 specification. |
|
|
separated by spaces, as defined in the OAuth2 specification. |
|
|
""" |
|
|
""" |
|
|
), |
|
|
), |
|
|
] = " ".join(self.scopes) |
|
|
] = " ".join(self.scopes) |
|
|
|