Skip to content

Commit

Permalink
feat: Adding python3.11 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Apr 5, 2024
1 parent 76159bb commit a344468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imagemodal/mixins/fragment.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

try:
from web_fragments.fragment import Fragment
except: # pylint: disable=broad-except
except Exception: # pylint: disable=broad-except
from xblock.fragment import Fragment # For backward compatibility with quince and earlier.


Expand Down

0 comments on commit a344468

Please sign in to comment.