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

Fix PEP8 errors

This commit is contained in:
Daniel Sheppard
2022-09-02 14:05:38 -05:00
parent c42f7ab6d3
commit 25a474f9f7

View File

@ -116,7 +116,6 @@ class NumericArrayField(SimpleArrayField):
f'Must be numeric and ranges must be in ascending order') f'Must be numeric and ranges must be in ascending order')
return super().clean(value) return super().clean(value)
def to_python(self, value): def to_python(self, value):
if not value: if not value:
return [] return []