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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user