diff options
| author | Bert JW Regeer <bertjw@regeer.org> | 2020-07-12 16:52:48 -0700 |
|---|---|---|
| committer | Bert JW Regeer <bertjw@regeer.org> | 2020-07-12 16:52:48 -0700 |
| commit | a920c2530c130688c5d01ed999a43ccf0cb012fa (patch) | |
| tree | 43ab0c4b6db6c05418340e9e18f188e09a02f9ff /tests/test_response.py | |
| parent | 4481cfeef8b2fd90a485f2f871e9689750b48220 (diff) | |
| download | pyramid-a920c2530c130688c5d01ed999a43ccf0cb012fa.tar.gz pyramid-a920c2530c130688c5d01ed999a43ccf0cb012fa.tar.bz2 pyramid-a920c2530c130688c5d01ed999a43ccf0cb012fa.zip | |
Run isort 5.x across code base
Diffstat (limited to 'tests/test_response.py')
| -rw-r--r-- | tests/test_response.py | 1 |
1 files changed, 1 insertions, 0 deletions
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_ |
