aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/payments/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'alphabetlearning/payments/models.py')
-rw-r--r--alphabetlearning/payments/models.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/alphabetlearning/payments/models.py b/alphabetlearning/payments/models.py
index 44c8597..12c82f4 100644
--- a/alphabetlearning/payments/models.py
+++ b/alphabetlearning/payments/models.py
@@ -1,13 +1,12 @@
import uuid
from datetime import timedelta
+from alphabetlearning.resources.models import Resource
from django.conf import settings
from django.core.exceptions import ValidationError
from django.db import models
from django.utils import timezone
-from alphabetlearning.resources.models import Resource
-
class EmailVerification(models.Model):
email = models.EmailField(unique=True)