Skip to content

Commit

Permalink
Merge pull request #137 from openedx/KristinAoki/fix-deprecated-import
Browse files Browse the repository at this point in the history
fix: replace deprecated import
  • Loading branch information
KristinAoki authored Apr 11, 2024
2 parents 741d154 + 6c06269 commit 1c8b0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qualtricssurvey/mixins/fragment.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from django.template.context import Context
from xblock.core import XBlock
from xblock.fragment import Fragment
from web_fragments.fragment import Fragment


class XBlockFragmentBuilderMixin:
Expand Down

0 comments on commit 1c8b0c8

Please sign in to comment.