Skip to content

Commit

Permalink
refactor: remove xblockutils package
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan committed Oct 9, 2023
1 parent de96172 commit 34895c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion done/done.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from web_fragments.fragment import Fragment
from xblock.core import XBlock
from xblock.fields import Boolean, DateTime, Float, Scope, String
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,5 +2,4 @@
-c constraints.txt

XBlock
xblock-utils
django

0 comments on commit 34895c7

Please sign in to comment.