Browse Source

Fix PEP8 compliance...(again)

Nick Peelman 8 years ago
parent
commit
578013fdd2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      netbox/dcim/fields.py

+ 1 - 0
netbox/dcim/fields.py

@@ -9,6 +9,7 @@ from .formfields import MACAddressFormField
 class mac_unix_expanded_uppercase(mac_unix_expanded):
     word_fmt = '%.2X'
 
+
 class MACAddressField(models.Field):
     description = "PostgreSQL MAC Address field"