From 2b56963f318ade1750367a03c69d1bc304aa3db9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Latinier?= Date: Sat, 20 Jan 2018 22:56:18 +0100 Subject: [PATCH] fix pyflakes error, make travis happy --- isso/views/comments.py | 1 - 1 file changed, 1 deletion(-) diff --git a/isso/views/comments.py b/isso/views/comments.py index 226cbcd..c87595b 100644 --- a/isso/views/comments.py +++ b/isso/views/comments.py @@ -16,7 +16,6 @@ from werkzeug.utils import redirect from werkzeug.routing import Rule from werkzeug.wrappers import Response from werkzeug.exceptions import BadRequest, Forbidden, NotFound -from werkzeug.contrib.securecookie import SecureCookie from isso.compat import text_type as str