diff options
| author | Stefan Behnel <stefan_ml@behnel.de> | 2020-08-13 07:50:30 +0200 |
|---|---|---|
| committer | Stefan Behnel <stefan_ml@behnel.de> | 2020-08-13 07:50:30 +0200 |
| commit | 46373881d38f60d0f823afed593828fa4ebeb7ea (patch) | |
| tree | ac3f6cb0b09c784d1381ccc64381aa853a21ad0f /src/lxml | |
| parent | 486a958395aefc29303107b5f01a7ef94bb6b7e4 (diff) | |
| download | python-lxml-46373881d38f60d0f823afed593828fa4ebeb7ea.tar.gz | |
Remove dead code.
Diffstat (limited to 'src/lxml')
| -rw-r--r-- | src/lxml/tests/test_http_io.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lxml/tests/test_http_io.py b/src/lxml/tests/test_http_io.py index f9eff39a..07f27423 100644 --- a/src/lxml/tests/test_http_io.py +++ b/src/lxml/tests/test_http_io.py @@ -4,7 +4,7 @@ Web IO test cases (wsgiref) """ -from __future__ import with_statement, absolute_import +from __future__ import absolute_import import unittest import textwrap |
