Skip to content

Commit c712133

Browse files
committed
fix: missing import
1 parent 43fb533 commit c712133

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openedx/core/djangoapps/content_libraries/signal_handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
from lms.djangoapps.grades.api import signals as grades_signals
2323

24-
from .api import library_collection_locator, library_component_usage_key
24+
from .api import library_collection_locator, library_component_usage_key, library_container_locator
2525
from .models import ContentLibrary, LtiGradedResource
2626

2727
log = logging.getLogger(__name__)

0 commit comments

Comments
 (0)