summaryrefslogtreecommitdiff
path: root/patchwork/templatetags
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2016-10-20 08:45:38 +0100
committerStephen Finucane <stephen@that.guru>2016-10-20 08:45:38 +0100
commite049ec68c9d310d48ca2cae7aa1474a350e53f47 (patch)
tree90845004d38f9b91656d77fce0d536b27252cae7 /patchwork/templatetags
parent8f11c647a601adf647dbb5cf7084e46e6de9b2eb (diff)
downloadpatchwork-e049ec68c9d310d48ca2cae7aa1474a350e53f47.tar
patchwork-e049ec68c9d310d48ca2cae7aa1474a350e53f47.tar.gz
trivial: Fix pep8 issue
There should be two lines - not one. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'patchwork/templatetags')
-rw-r--r--patchwork/templatetags/compat.py1
1 files changed, 1 insertions, 0 deletions
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