1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

What would we do without you, PEP8?

This commit is contained in:
Jeremy Stretch
2017-04-03 14:26:20 -04:00
parent 2cde9a82a0
commit 8799a15e73

View File

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