Skip to content

Commit

Permalink
refactor: remove xblock-utils package
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan committed Oct 19, 2023
1 parent 9a67eb7 commit 5bedfde
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion invideoquiz/invideoquiz.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from xblock.fields import String
from xblock.fragment import Fragment
from xblock.validation import ValidationMessage
from xblockutils.studio_editable import StudioEditableXBlockMixin
from xblock.utils.studio_editable import StudioEditableXBlockMixin

from .utils import _

Expand Down
1 change: 0 additions & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
Django
six
XBlock
xblock-utils

0 comments on commit 5bedfde

Please sign in to comment.