Forráskód Böngészése

What would we do without you, PEP8?

Jeremy Stretch 9 éve
szülő
commit
8799a15e73
1 módosított fájl, 1 hozzáadás és 0 törlés
  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):
     """