From: Stephen Finucane Date: Thu, 20 Oct 2016 07:45:38 +0000 (+0100) Subject: trivial: Fix pep8 issue X-Git-Tag: v2.0.0-rc1~188 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e049ec68c9d310d48ca2cae7aa1474a350e53f47;p=thirdparty%2Fpatchwork.git trivial: Fix pep8 issue There should be two lines - not one. Signed-off-by: Stephen Finucane --- diff --git a/patchwork/templatetags/compat.py b/patchwork/templatetags/compat.py index b18538f4..7b210e8d 100644 --- a/patchwork/templatetags/compat.py +++ b/patchwork/templatetags/compat.py @@ -26,6 +26,7 @@ from django.template import Library register = Library() + # cycle # # The cycle template tag enables auto-escaping by default in 1.8, with