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/test_predicates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_predicates.py') diff --git a/tests/test_predicates.py b/tests/test_predicates.py index 1cc3f4aa5..848afe387 100644 --- a/tests/test_predicates.py +++ b/tests/test_predicates.py @@ -453,8 +453,8 @@ class Test_EffectivePrincipalsPredicate(unittest.TestCase): return EffectivePrincipalsPredicate(val, config) def _testing_authn_policy(self, userid, groupids=tuple()): + from pyramid.authorization import Authenticated, Everyone from pyramid.interfaces import IAuthenticationPolicy, ISecurityPolicy - from pyramid.authorization import Everyone, Authenticated from pyramid.security import LegacySecurityPolicy class DummyPolicy: -- cgit v1.2.3