Fix formatting

This commit is contained in:
Georg Krause 2022-07-16 09:21:33 +02:00
commit 0ee20f400c
No known key found for this signature in database
GPG key ID: 2970D504B2183D22
2 changed files with 5 additions and 3 deletions

View file

@ -131,7 +131,7 @@ SPECTACULAR_SETTINGS = {
"OAUTH2_FLOWS": ["authorizationCode"],
"OAUTH2_AUTHORIZATION_URL": "/authorize",
"OAUTH2_TOKEN_URL": "/api/v1/oauth/token/",
'PREPROCESSING_HOOKS': ["config.schema.custom_preprocessing_hook"],
"PREPROCESSING_HOOKS": ["config.schema.custom_preprocessing_hook"],
}
if env.bool("WEAK_PASSWORDS", default=False):