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 10, 2023
1 parent 59ec7fe commit 31f34f0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion feedback/feedback.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from xblock.core import XBlock
from xblock.fields import Scope, Integer, String, List, Float
from web_fragments.fragment import Fragment
from xblockutils.resources import ResourceLoader
from xblock.utils.resources import ResourceLoader

resource_loader = ResourceLoader(__name__)

Expand Down
3 changes: 1 addition & 2 deletions requirements/base.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Core requirements for using this package
-c constraints.txt

XBlock
xblock-utils
Xblock[django]
1 change: 0 additions & 1 deletion requirements/test.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ pytest
pytest-django
twine
xblock-sdk
xblock-utils

0 comments on commit 31f34f0

Please sign in to comment.