Fix flake8 violations

This commit is contained in:
Takeshi KOMIYA
2017-01-26 01:13:17 +09:00
parent 2c91a52418
commit cf2061dfad
21 changed files with 71 additions and 68 deletions

View File

@@ -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):
"""