summaryrefslogtreecommitdiff
path: root/tests/test_request.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_request.py')
-rw-r--r--tests/test_request.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_request.py b/tests/test_request.py
index 13e424f79..dcac501aa 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 @@ class TestRequest(unittest.TestCase):
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
"""