Parcourir la source

What would we do without you, PEP8?

Jeremy Stretch il y a 8 ans
Parent
commit
8799a15e73
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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):
     """