Skip to content
Snippets Groups Projects
Verified Commit 9b174811 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Remove superfluous imports

parent 84acf214
No related branches found
No related tags found
No related merge requests found
Subproject commit a52358af2722329ae43916adee4b93208991ebc6
Subproject commit 9014661e518c6d9457723571d7b0ef1ac9be6c6b
Subproject commit d6c5b38a5bea0c768ca4b73c6ed41eaa21dbfc9b
Subproject commit d4da734afa405a6af2adbe607f553e2b759737d6
Subproject commit f18823b68731884e9ed661ce92474a54708a6f72
Subproject commit b03369df8214f062a18a70824c6a257cf4ab427d
# Generated by Django 2.2.5 on 2019-09-03 18:30
import biscuit.core.util.core_helpers
from django.conf import settings
from django.db import migrations, models
from django.utils.translation import ugettext_lazy as _
......
# Generated by Django 2.2.5 on 2019-09-14 12:55
import biscuit.core.util.core_helpers
from django.db import migrations, models
import django.db.models.deletion
from django.utils.translation import ugettext_lazy as _
......
......@@ -7,7 +7,7 @@ from django.utils.translation import ugettext_lazy as _
from image_cropping import ImageCropField, ImageRatioField
from phonenumber_field.modelfields import PhoneNumberField
from .mixins import CRUDMixin, ExtensibleModel
from .mixins import ExtensibleModel
class School(models.Model):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment