Browse Source

What would we do without you, PEP8?

Jeremy Stretch 8 years ago
parent
commit
8799a15e73
1 changed files with 1 additions and 0 deletions
  1. 1 0
      netbox/utilities/templatetags/helpers.py

+ 1 - 0
netbox/utilities/templatetags/helpers.py

@@ -51,6 +51,7 @@ def startswith(value, arg):
     """
     return str(value).startswith(arg)
 
+
 @register.filter()
 def bettertitle(value):
     """