Skip to content

Commit 366a7a6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 55e1eab commit 366a7a6

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

tests/test_ui_locales.py

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,20 @@
44

55
from oauth2_provider.models import get_application_model
66

7+
78
UserModel = get_user_model()
89
Application = get_application_model()
910

1011

11-
@override_settings(OAUTH2_PROVIDER={
12-
"OIDC_ENABLED": True,
13-
"PKCE_REQUIRED": False,
14-
"SCOPES": {
15-
"openid": "OpenID connect",
16-
},
17-
})
12+
@override_settings(
13+
OAUTH2_PROVIDER={
14+
"OIDC_ENABLED": True,
15+
"PKCE_REQUIRED": False,
16+
"SCOPES": {
17+
"openid": "OpenID connect",
18+
},
19+
}
20+
)
1821
class TestUILocalesParam(TestCase):
1922
@classmethod
2023
def setUpTestData(cls):

0 commit comments

Comments
 (0)