Commit b7f8bd3c by Ben Patterson

Follow imports order guidelines.

https://github.com/edx/edx-platform/wiki/Python-Guidelines#imports-order

Follow-up to #8368
parent 8d1651cc
"""
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