Fix PEP8 compliance...

This commit is contained in:
Nick Peelman 2016-07-05 10:48:36 -04:00
parent a6d41c95b8
commit 9f75d5bd23
No known key found for this signature in database
GPG Key ID: 69A0803B5999940F

View File

@ -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"