From a920c2530c130688c5d01ed999a43ccf0cb012fa Mon Sep 17 00:00:00 2001 From: Bert JW Regeer Date: Sun, 12 Jul 2020 16:52:48 -0700 Subject: Run isort 5.x across code base --- tests/test_response.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_response.py') diff --git a/tests/test_response.py b/tests/test_response.py index 07456818f..abfbbc4f1 100644 --- a/tests/test_response.py +++ b/tests/test_response.py @@ -75,6 +75,7 @@ class TestFileResponse(unittest.TestCase): # version of Python. See https://github.com/Pylons/pyramid/issues/1360 # for more information. import mimetypes as old_mimetypes + from pyramid import response from pyramid.util import text_ -- cgit v1.2.3