瀏覽代碼

Refactor: Remove unuse import in models.py

pull/140/head
winkidney 5 年之前
父節點
當前提交
4fb2d8fff7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      core/models.py

+ 1
- 1
core/models.py 查看文件

@@ -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…
取消
儲存