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 8, 2024
1 parent cae5dee commit bc4f395
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qualtricssurvey/mixins/fragment.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
try:
from web_fragments.fragment import Fragment
except Exception: # pylint: disable=broad-except
from xblock.fragment import Fragment # For backward compatibility with quince and earlier.
# For backward compatibility with quince and earlier.
from xblock.fragment import Fragment


class XBlockFragmentBuilderMixin:
Expand Down

0 comments on commit bc4f395

Please sign in to comment.