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 951d1e7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 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
1 change: 0 additions & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
-c constraints.txt

XBlock
xblock-utils
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 951d1e7

Please sign in to comment.