From 7219d2ee09a8c4a976c687f706b9e61379476bcd Mon Sep 17 00:00:00 2001 From: XnpioChV Date: Sat, 19 Oct 2024 13:04:22 -0500 Subject: [PATCH] style: Nits on the code --- cms/djangoapps/contentstore/helpers.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cms/djangoapps/contentstore/helpers.py b/cms/djangoapps/contentstore/helpers.py index d928d8bc73a6..bc8f03f186bf 100644 --- a/cms/djangoapps/contentstore/helpers.py +++ b/cms/djangoapps/contentstore/helpers.py @@ -11,9 +11,8 @@ from django.conf import settings from django.contrib.auth import get_user_model from django.utils.translation import gettext as _ -from opaque_keys import InvalidKeyError from opaque_keys.edx.keys import AssetKey, CourseKey, UsageKey -from opaque_keys.edx.locator import DefinitionLocator, LocalId, LibraryUsageLocatorV2 +from opaque_keys.edx.locator import DefinitionLocator, LocalId from xblock.core import XBlock from xblock.fields import ScopeIds from xblock.runtime import IdGenerator