mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
Remove unused imports
This commit is contained in:
parent
738bbfa9a1
commit
df8905f7e4
1 changed files with 0 additions and 3 deletions
|
|
@ -1,10 +1,7 @@
|
|||
import os
|
||||
|
||||
from django.db import models
|
||||
from .files import ProcessedImageFieldFile
|
||||
from .utils import ImageSpecFileDescriptor
|
||||
from ... import specs
|
||||
from ...utils import suggest_extension
|
||||
from ...specs import SpecHost
|
||||
from ...specs.sources import ImageFieldSpecSource
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue