Skip to content

Commit 61309b4

Browse files
committed
fix: Add missing import to fix tests
1 parent 79764ab commit 61309b4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/ol_openedx_chat/ol_openedx_chat/block.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
)
2727
except ImportError:
2828
from openedx.core.djangoapps.video_config.transcripts_utils import (
29+
Transcript,
2930
get_available_transcript_languages,
3031
)
3132
from xmodule.x_module import AUTHOR_VIEW, STUDENT_VIEW

src/ol_openedx_chat/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ol-openedx-chat"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = "An Open edX plugin to add Open Learning AI chat aside to xBlocks"
55
authors = [
66
{name = "MIT Office of Digital Learning"}

0 commit comments

Comments
 (0)