Commit acf813a2 authored by Seb's avatar Seb
Browse files

more isort

parent ea931525
...@@ -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
......
...@@ -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():
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment