remove uneccessary imports in contact us app

remotes/origin/HEAD
Max Yakovenko 8 years ago
parent ed6793c893
commit b72576b2cc
  1. 2
      contact_us/models.py

@ -11,7 +11,7 @@ from core.models import AbstractStatusModel, STATUS_DELETED
# --------------------- REQUEST STATUS LIST -------------------- # --------------------- REQUEST STATUS LIST --------------------
STATUS_NEW = 0 STATUS_NEW = 0
from core.models import AbstractStatusModel, STATUS_NEW, STATUS_CHOICES, STATUS_ACTIVE, STATUS_DELETED from core.models import AbstractStatusModel, STATUS_NEW, STATUS_CHOICES
# --------------------- REQUEST STATUS LIST ------------------- # --------------------- REQUEST STATUS LIST -------------------
STATUS_IN_PROCESSING = 10 STATUS_IN_PROCESSING = 10

Loading…
Cancel
Save