diff mbox

trivial: Fix pep8 issue

Message ID 1476949566-17189-1-git-send-email-stephen@that.guru
State Accepted
Headers show

Commit Message

Stephen Finucane Oct. 20, 2016, 7:46 a.m. UTC
There should be two lines - not one.

Signed-off-by: Stephen Finucane <stephen@that.guru>
---
 patchwork/templatetags/compat.py | 1 +
 1 file changed, 1 insertion(+)

Comments

Stephen Finucane Oct. 20, 2016, 7:48 a.m. UTC | #1
On 2016-10-20 07:46, Stephen Finucane wrote:
> There should be two lines - not one.
> 
> Signed-off-by: Stephen Finucane <stephen@that.guru>

Trivial fix. Applied.
diff mbox

Patch

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