From a920c2530c130688c5d01ed999a43ccf0cb012fa Mon Sep 17 00:00:00 2001 From: Bert JW Regeer Date: Sun, 12 Jul 2020 16:52:48 -0700 Subject: Run isort 5.x across code base --- tests/pkgs/defpermbugapp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/pkgs/defpermbugapp') diff --git a/tests/pkgs/defpermbugapp/__init__.py b/tests/pkgs/defpermbugapp/__init__.py index fe8611870..d7536b547 100644 --- a/tests/pkgs/defpermbugapp/__init__.py +++ b/tests/pkgs/defpermbugapp/__init__.py @@ -20,8 +20,8 @@ def z_view(request): def includeme(config): - from pyramid.authorization import ACLAuthorizationPolicy from pyramid.authentication import AuthTktAuthenticationPolicy + from pyramid.authorization import ACLAuthorizationPolicy authn_policy = AuthTktAuthenticationPolicy('seekt1t', hashalg='sha512') authz_policy = ACLAuthorizationPolicy() -- cgit v1.2.3