From 10ddb6f08592c2740b966e98a6f98a5b83af1896 Mon Sep 17 00:00:00 2001
From: Michael Merickel <michael@merickel.org>
Date: Mon, 15 Oct 2018 16:24:07 +0200
Subject: [PATCH] fix lint on tests

---
 tests/test_request.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/test_request.py b/tests/test_request.py
index 13e424f..dcac501 100644
--- a/tests/test_request.py
+++ b/tests/test_request.py
@@ -1,4 +1,3 @@
-from collections import deque
 import unittest
 from pyramid import testing
 
@@ -153,7 +152,8 @@
 
     def test__process_response_callback_adding_response_callback(self):
         """
-        When a response callback adds another callback, that new callback should still be called.
+        When a response callback adds another callback, that new callback
+        should still be called.
 
         See https://github.com/Pylons/pyramid/pull/1373
         """

--
Gitblit v1.9.3