Skip to content

Commit

Permalink
fix: fixing modulestore import error
Browse files Browse the repository at this point in the history
  • Loading branch information
eemaanamir committed Jul 31, 2024
1 parent 0b7c4f9 commit b08b6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openassessment/xblock/utils/notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from django.conf import settings
from openedx_events.learning.signals import COURSE_NOTIFICATION_REQUESTED
from openedx_events.learning.data import CourseNotificationData
from xmodule.modulestore.django import modulestore
from openassessment.runtime_imports.functions import modulestore

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit b08b6eb

Please sign in to comment.