From 8854637933df9e7df8940c2f62122c5e61d58219 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Thu, 26 Dec 2019 13:27:39 -0600 Subject: isort --- tests/test_viewderivers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_viewderivers.py') diff --git a/tests/test_viewderivers.py b/tests/test_viewderivers.py index 3b5349094..0e2881683 100644 --- a/tests/test_viewderivers.py +++ b/tests/test_viewderivers.py @@ -3,7 +3,7 @@ from zope.interface import implementer from pyramid import testing from pyramid.exceptions import ConfigurationError -from pyramid.interfaces import IResponse, IRequest +from pyramid.interfaces import IRequest, IResponse class TestDeriveView(unittest.TestCase): -- cgit v1.2.3