[PATCH] trivial: Fix pep8 issue
Stephen Finucane
stephen at that.guru
Thu Oct 20 18:46:06 AEDT 2016
There should be two lines - not one.
Signed-off-by: Stephen Finucane <stephen at that.guru>
---
patchwork/templatetags/compat.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/patchwork/templatetags/compat.py b/patchwork/templatetags/compat.py
index b18538f..7b210e8 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
--
2.7.4
More information about the Patchwork
mailing list