Explorar o código

Fix PEP8 errors

Daniel Sheppard %!s(int64=3) %!d(string=hai) anos
pai
achega
25a474f9f7
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      netbox/utilities/forms/widgets.py

+ 0 - 1
netbox/utilities/forms/widgets.py

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