Merge pull request #22693 from cclauss/patch-1

from xmodule.modulestore.exceptions import MultipleLibraryBlocksFound
This commit is contained in:
Ned Batchelder
2020-01-03 13:00:42 -05:00
committed by GitHub

View File

@@ -100,6 +100,7 @@ from xmodule.modulestore.exceptions import (
DuplicateItemError,
InsufficientSpecificationError,
MultipleCourseBlocksFound,
MultipleLibraryBlocksFound,
VersionConflictError
)
from xmodule.modulestore.split_mongo import BlockKey, CourseEnvelope