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_config/test_predicates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_config/test_predicates.py') diff --git a/tests/test_config/test_predicates.py b/tests/test_config/test_predicates.py index 7e2f32786..9d13d84fd 100644 --- a/tests/test_config/test_predicates.py +++ b/tests/test_config/test_predicates.py @@ -5,8 +5,8 @@ from pyramid.util import text_ class TestPredicateList(unittest.TestCase): def _makeOne(self): - from pyramid.config.predicates import PredicateList from pyramid import predicates + from pyramid.config.predicates import PredicateList inst = PredicateList() for name, factory in ( -- cgit v1.2.3