Browse Source

🎨 Auto format

pull/15025/head
pre-commit-ci-lite[bot] 5 months ago
committed by GitHub
parent
commit
5a1b199b89
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      fastapi/security/oauth2.py

2
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)

Loading…
Cancel
Save