Skip to content

Commit

Permalink
style: Nits on the code
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisChV committed Oct 19, 2024
1 parent 845f124 commit 7219d2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cms/djangoapps/contentstore/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7219d2e

Please sign in to comment.