Browse Source

Fix PEP8 compliance...

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

+ 1 - 1
netbox/dcim/fields.py

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