clean unused imports

This commit is contained in:
Aarni Halinen
2021-03-29 01:41:27 +03:00
parent 38eb4cd9cd
commit d07914bdb5
2 changed files with 0 additions and 9 deletions
-5
View File
@@ -1,12 +1,7 @@
from django.db import models
from django.utils import timezone
from datetime import timedelta
from webapp.utils import month_from_now
from django.utils.translation import ugettext_lazy as _
from auditlog.registry import auditlog
from phonenumber_field.modelfields import PhoneNumberField
from webapp.models import BaseRole
import logging
# TODO: Move BaseRole to Kaehmt App; will fuck up the DB since table is removed, if no data migration is done before-hand.