diff options
| author | Michael Merickel <michael@merickel.org> | 2018-10-15 02:42:09 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2018-10-15 09:24:07 -0500 |
| commit | 10ddb6f08592c2740b966e98a6f98a5b83af1896 (patch) | |
| tree | 2e90443b3d8503ac722aa22f52f18f5108498560 /tests/test_request.py | |
| parent | 4d838f06d0e6d27e34b766fc5c34a8283ff31b38 (diff) | |
| download | pyramid-10ddb6f08592c2740b966e98a6f98a5b83af1896.tar.gz pyramid-10ddb6f08592c2740b966e98a6f98a5b83af1896.tar.bz2 pyramid-10ddb6f08592c2740b966e98a6f98a5b83af1896.zip | |
fix lint on tests
Diffstat (limited to 'tests/test_request.py')
| -rw-r--r-- | 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 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 """ |
