Commit f37fdaf4 by Ben Patterson

Merge pull request #8386 from edx/benp/lint-fix-test_import_export

Follow imports order guidelines.
parents dc4b4f90 b7f8bd3c
"""
Acceptance tests for the Import and Export pages
"""
from flaky import flaky
from abc import abstractmethod
from bok_choy.promise import EmptyPromise
from datetime import datetime
from flaky import flaky
from .base_studio_test import StudioLibraryTest, StudioCourseTest
from ...fixtures.course import XBlockFixtureDesc
from ...pages.studio.import_export import ExportLibraryPage, ExportCoursePage, ImportLibraryPage, ImportCoursePage
......
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