소스 검색

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


불러오는 중...
취소
저장