Skip to content

Commit

Permalink
PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Dec 4, 2016
1 parent c21cd74 commit 35e2028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_crypto_fields/models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from django_crypto_fields.crypt_model_mixin import CryptModelMixin

from edc_base.model.models import BaseUuidModel, BaseModel
from edc_base.model.models import BaseUuidModel


class Crypt(CryptModelMixin, BaseUuidModel):
Expand Down

0 comments on commit 35e2028

Please sign in to comment.