Browse Source

Refactor: Remove unuse import in models.py

pull/140/head
winkidney 5 years ago
parent
commit
4fb2d8fff7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      core/models.py

+ 1
- 1
core/models.py View File

@@ -4,7 +4,7 @@ from io import BytesIO

from django.conf import settings
from django.core.files.uploadedfile import InMemoryUploadedFile
from django.db import models, transaction
from django.db import models
from django.dispatch import receiver

from django_images.models import Image as BaseImage, Thumbnail


Loading…
Cancel
Save