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 3367fb4 commit 7bc95c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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
2 changes: 1 addition & 1 deletion submit_and_compare/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from lxml import etree
from six import StringIO
from xblock.core import XBlock
from xblockutils.resources import ResourceLoader
from xblock.utils.resources import ResourceLoader

from .mixins.fragment import XBlockFragmentBuilderMixin

Expand Down

0 comments on commit 7bc95c7

Please sign in to comment.