chore: Applied lint-amnesty on common/tests

This commit is contained in:
Jawayria
2021-11-19 22:01:01 +05:00
parent 18ed3f6f34
commit 9974ed1856
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ from selenium.webdriver.support.ui import WebDriverWait
from capa.tests.response_xml_factory import MultipleChoiceResponseXMLFactory
from common.test.acceptance.fixtures.course import XBlockFixtureDesc
from common.test.acceptance.pages.common.auto_auth import AutoAuthPage
from xmodule.partitions.partitions import UserPartition
from xmodule.partitions.partitions import UserPartition # lint-amnesty, pylint: disable=wrong-import-order
MAX_EVENTS_IN_FAILURE_OUTPUT = 20

View File

@@ -11,7 +11,7 @@ from common.test.acceptance.pages.lms.courseware import CoursewarePage
from common.test.acceptance.pages.lms.staff_view import StaffCoursewarePage
from common.test.acceptance.tests.helpers import UniqueCourseTest, create_user_partition_json
from openedx.core.lib.tests import attr
from xmodule.partitions.partitions import ENROLLMENT_TRACK_PARTITION_ID, MINIMUM_STATIC_PARTITION_ID, Group
from xmodule.partitions.partitions import ENROLLMENT_TRACK_PARTITION_ID, MINIMUM_STATIC_PARTITION_ID, Group # lint-amnesty, pylint: disable=wrong-import-order
@attr(shard=20)