Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Websites UFRPE
Wagtail Videos
Commits
acf813a2
Commit
acf813a2
authored
Aug 18, 2020
by
Seb
Browse files
more isort
parent
ea931525
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/test_template_tag.py
View file @
acf813a2
...
@@ -2,8 +2,8 @@ from __future__ import unicode_literals
...
@@ -2,8 +2,8 @@ from __future__ import unicode_literals
from
django.template
import
Context
,
Template
,
TemplateSyntaxError
from
django.template
import
Context
,
Template
,
TemplateSyntaxError
from
django.test
import
TestCase
from
django.test
import
TestCase
from
tests.utils
import
create_test_video_file
from
tests.utils
import
create_test_video_file
from
wagtailvideos.models
import
Video
from
wagtailvideos.models
import
Video
...
...
tests/utils.py
View file @
acf813a2
...
@@ -2,9 +2,8 @@ from __future__ import unicode_literals
...
@@ -2,9 +2,8 @@ from __future__ import unicode_literals
import
os
import
os
from
django.core.files
import
File
import
tests
import
tests
from
django.core.files
import
File
def
create_test_video_file
():
def
create_test_video_file
():
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment