Browse Source

What would we do without you, PEP8?

Jeremy Stretch 9 năm trước cách đây
mục cha
commit
8799a15e73
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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):
     """