Skip to content

Commit 7b7316b

Browse files
committed
fmt
1 parent 52d4da2 commit 7b7316b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: src/ol_openedx_chat/block.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@ def student_view_aside(self, block, context=None):
9696

9797
request_body = {
9898
"edx_module_id": block_usage_key,
99-
"block_siblings": [sibling.usage_key for sibling in block.get_parent().get_children()],
99+
"block_siblings": [
100+
sibling.usage_key for sibling in block.get_parent().get_children()
101+
],
100102
}
101103

102104
if block_type == VIDEO_BLOCK_CATEGORY:

0 commit comments

Comments
 (0)