Fix PEP8 errors

This commit is contained in:
Daniel Sheppard 2022-09-02 14:05:38 -05:00
parent ab6df6ffa8
commit 3a8729b647

View File

@ -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 []