mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-03-16 21:30:23 +00:00
Codestyle in imports
This commit is contained in:
parent
80ebc9f330
commit
aa83b9e125
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import re
|
||||
from django.template.loader import render_to_string
|
||||
import requests
|
||||
import json
|
||||
|
||||
|
|
@ -9,6 +8,7 @@ except ImportError:
|
|||
# support for py3
|
||||
import urllib.parse as urlparse
|
||||
|
||||
from django.template.loader import render_to_string
|
||||
from django.utils.functional import cached_property
|
||||
|
||||
from .utils import import_by_path
|
||||
|
|
|
|||
Loading…
Reference in a new issue