mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-05-24 04:03:43 +00:00
Remove unused imports
This commit is contained in:
parent
fdfce70fbf
commit
a2538a034e
2 changed files with 3 additions and 4 deletions
|
|
@ -9,8 +9,7 @@ except:
|
|||
|
||||
|
||||
from .utils import import_by_path
|
||||
from .settings import EMBED_VIDEO_BACKENDS, EMBED_VIDEO_CACHE, \
|
||||
EMBED_VIDEO_CACHE_TIMEOUT
|
||||
from .settings import EMBED_VIDEO_BACKENDS, EMBED_VIDEO_CACHE
|
||||
|
||||
cache = None
|
||||
if EMBED_VIDEO_CACHE:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
from django.template import Library, Node, TemplateSyntaxError
|
||||
from django.utils.safestring import mark_safe, SafeText
|
||||
from django.utils.safestring import mark_safe
|
||||
|
||||
from ..backends import detect_backend, SoundCloudBackend, VideoBackend
|
||||
from ..backends import detect_backend, VideoBackend
|
||||
|
||||
register = Library()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue