diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-01-26 01:13:17 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-01-26 01:13:17 +0900 |
commit | cf2061dfaddcc89c1fd1db826e050a6f020a2b57 (patch) | |
tree | dc72f685ab4c528a222dd2028b1a438067c22db7 /tests/util.py | |
parent | 2c91a5241856759cdc7697f26c99738c21840672 (diff) | |
download | sphinx-git-cf2061dfaddcc89c1fd1db826e050a6f020a2b57.tar.gz |
Fix flake8 violations
Diffstat (limited to 'tests/util.py')
-rw-r--r-- | tests/util.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/util.py b/tests/util.py index a756b6006..f8be8baa9 100644 --- a/tests/util.py +++ b/tests/util.py @@ -15,6 +15,7 @@ from functools import wraps from xml.etree import ElementTree from six import string_types +from six import StringIO import pytest @@ -207,8 +208,6 @@ def strip_escseq(text): # ############################################# # DEPRECATED implementations -from six import StringIO - def gen_with_app(*args, **kwargs): """ |