Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
salman2013 committed Nov 3, 2023
1 parent 8399546 commit cd2cb1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 114 deletions.
8 changes: 4 additions & 4 deletions image_explorer/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@

import logging

# try:
from xblock.utils.resources import ResourceLoader
# except ModuleNotFoundError:
# from xblockutils.resources import ResourceLoader
try:
from xblock.utils.resources import ResourceLoader
except ModuleNotFoundError:
from xblockutils.resources import ResourceLoader


log = logging.getLogger(__name__)
Expand Down
110 changes: 0 additions & 110 deletions tests/integration/test_image_explorer.py

This file was deleted.

0 comments on commit cd2cb1c

Please sign in to comment.