]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
trivial: Fix pep8 issue
authorStephen Finucane <stephen@that.guru>
Thu, 20 Oct 2016 07:45:38 +0000 (08:45 +0100)
committerStephen Finucane <stephen@that.guru>
Thu, 20 Oct 2016 07:45:38 +0000 (08:45 +0100)
There should be two lines - not one.

Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/templatetags/compat.py

index b18538f4de4881484c27d80361e6f3ab857de209..7b210e8d61d9d815c0f975e03c077ee1adf2771c 100644 (file)
@@ -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