Skip to content

Commit

Permalink
fix: xmodule import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DonatoBD committed Aug 9, 2024
1 parent 7f6b294 commit 29c23d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import logging

from cms.djangoapps.models.settings.course_metadata import CourseMetadata # pylint: disable=import-error
from common.lib.xmodule.xmodule.modulestore.django import modulestore # pylint: disable=import-error
from xmodule.modulestore.django import modulestore # pylint: disable=import-error

log = logging.getLogger(__name__)

Expand Down

0 comments on commit 29c23d6

Please sign in to comment.