Skip to content

Commit

Permalink
build: adding python3.12 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Mar 19, 2024
1 parent a27da28 commit b526120
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drag_and_drop_v2/drag_and_drop_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,6 @@ def _expand_static_url(self, url):
# and the 'studio_view' runtime doesn't provide the replace_urls API.
try:
from common.djangoapps.static_replace import replace_static_urls
# pylint: disable=redundant-u-string-prefix
url = replace_static_urls(u'"{}"'.format(url), None, course_id=self.runtime.course_id)[1:-1]
except ImportError:
pass
Expand Down

0 comments on commit b526120

Please sign in to comment.