Skip to content

Commit 4fc2aad

Browse files
fix: CMS models import in LMS
1 parent b305eb9 commit 4fc2aad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • openedx/core/djangoapps/content_libraries/api

openedx/core/djangoapps/content_libraries/api/blocks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
)
4242
from xblock.core import XBlock
4343

44-
from openedx.core.djangoapps.content_staging.api import StagedContentID
44+
from openedx.core.djangoapps.content_staging.data import StagedContentID
4545
from openedx.core.djangoapps.xblock.api import (
4646
get_component_from_usage_key,
4747
get_xblock_app_config,

0 commit comments

Comments
 (0)