Skip to content

Commit

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

import logging

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

Expand Down
4 changes: 2 additions & 2 deletions tests/integration/test_image_explorer.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import types

try:
from xblock.utils.base_test import SeleniumXBlockTes
# try:
from xblock.utils.base_test import SeleniumXBlockTes
# except ModuleNotFoundError:
# # For backward compatibility with releases older than Quince.
# from xblockutils.base_test import SeleniumXBlockTest
Expand Down

0 comments on commit 2d72d87

Please sign in to comment.