From 10ddb6f08592c2740b966e98a6f98a5b83af1896 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Mon, 15 Oct 2018 02:42:09 -0500 Subject: fix lint on tests --- tests/test_router.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'tests/test_router.py') diff --git a/tests/test_router.py b/tests/test_router.py index f06cfe5bc..3e66757f6 100644 --- a/tests/test_router.py +++ b/tests/test_router.py @@ -1,6 +1,8 @@ import unittest +from zope.interface import implementer from pyramid import testing +from pyramid.interfaces import IResponse class TestRouter(unittest.TestCase): @@ -1683,10 +1685,6 @@ class DummyStartResponse: self.headers = headers -from pyramid.interfaces import IResponse -from zope.interface import implementer - - @implementer(IResponse) class DummyResponse(object): headerlist = () -- cgit v1.2.3