mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-20 07:00:24 +00:00
Remove unused imports
This commit is contained in:
parent
fa54b9b6ef
commit
3dbb96ea40
1 changed files with 0 additions and 2 deletions
|
|
@ -382,11 +382,9 @@ def autodiscover():
|
|||
Copied from django.contrib.admin
|
||||
"""
|
||||
|
||||
import copy
|
||||
from django.conf import settings
|
||||
from django.utils.importlib import import_module
|
||||
from django.utils.module_loading import module_has_submodule
|
||||
from .templatetags import imagekit_tags
|
||||
|
||||
for app in settings.INSTALLED_APPS:
|
||||
mod = import_module(app)
|
||||
|
|
|
|||
Loading…
Reference in a new issue