fix pyflakes error, make travis happy

This commit is contained in:
Benoît Latinier 2018-01-20 22:56:18 +01:00
parent d2b573a4d5
commit 2b56963f31

View File

@ -16,7 +16,6 @@ from werkzeug.utils import redirect
from werkzeug.routing import Rule from werkzeug.routing import Rule
from werkzeug.wrappers import Response from werkzeug.wrappers import Response
from werkzeug.exceptions import BadRequest, Forbidden, NotFound from werkzeug.exceptions import BadRequest, Forbidden, NotFound
from werkzeug.contrib.securecookie import SecureCookie
from isso.compat import text_type as str from isso.compat import text_type as str