From f8c96c1df731ebd1dbf69e2f666d39db5c2bb4a8 Mon Sep 17 00:00:00 2001 From: Jillian Vogel Date: Tue, 2 Nov 2021 20:04:33 +1030 Subject: [PATCH] chore: pylint --- common/lib/xmodule/xmodule/modulestore/tests/django_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/common/lib/xmodule/xmodule/modulestore/tests/django_utils.py b/common/lib/xmodule/xmodule/modulestore/tests/django_utils.py index 717618413d..f77e9b8422 100644 --- a/common/lib/xmodule/xmodule/modulestore/tests/django_utils.py +++ b/common/lib/xmodule/xmodule/modulestore/tests/django_utils.py @@ -29,6 +29,7 @@ from xmodule.modulestore.django import SignalHandler, clear_existing_modulestore from xmodule.modulestore.tests.factories import XMODULE_FACTORY_LOCK from xmodule.modulestore.tests.mongo_connection import MONGO_HOST, MONGO_PORT_NUM + class CourseUserType(Enum): """ Types of users to be used when testing a course.