Fix PEP8 compliance...(again)

This commit is contained in:
Nick Peelman 2016-07-05 10:58:28 -04:00
parent edfb17ca16
commit ed64efa89e

View File

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