Refactor: Remove unuse import in models.py

This commit is contained in:
winkidney
2019-02-22 17:27:57 +08:00
parent eaae8d2dd6
commit 4fb2d8fff7

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