feat: add discussions context to course blocks API (#29300)

Add a new course blocks transformer that adds discussion context for units.
This commit is contained in:
Kshitij Sobti
2021-12-07 06:10:48 +00:00
committed by GitHub
parent 51fe9b9da4
commit 9f4bc9900b
12 changed files with 196 additions and 14 deletions

View File

@@ -106,7 +106,6 @@ class BlockStructureTransformer:
block structure that is to be modified with collected
data to be cached for the transformer.
"""
pass # lint-amnesty, pylint: disable=unnecessary-pass
@abstractmethod
def transform(self, usage_info, block_structure):