mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-29 11:56:25 -06:00
Fix PEP8 errors
This commit is contained in:
parent
ab6df6ffa8
commit
3a8729b647
@ -116,7 +116,6 @@ class NumericArrayField(SimpleArrayField):
|
||||
f'Must be numeric and ranges must be in ascending order')
|
||||
return super().clean(value)
|
||||
|
||||
|
||||
def to_python(self, value):
|
||||
if not value:
|
||||
return []
|
||||
|
Loading…
Reference in New Issue
Block a user