Merge pull request #26560 from edx/jawayria/bom-2352-6

BOM-2352: Removed unused imports from lms/djangoapps/{grades, instruc…
This commit is contained in:
Jawayria
2021-03-09 19:04:03 +05:00
committed by GitHub
6 changed files with 2 additions and 8 deletions

View File

@@ -24,7 +24,6 @@ from edx_proctoring.api import does_backend_support_onboarding
from edx_when.api import is_enabled_for_course
from opaque_keys import InvalidKeyError
from opaque_keys.edx.keys import CourseKey
from six.moves.urllib.parse import urljoin # lint-amnesty, pylint: disable=unused-import
from xblock.field_data import DictFieldData
from xblock.fields import ScopeIds