Skip to content
Snippets Groups Projects
Unverified Commit 4ad50ef5 authored by Farhaan Bukhsh's avatar Farhaan Bukhsh Committed by Giovanni Cimolin da Silva
Browse files

Adding proper indentation for pep8


Signed-off-by: default avatarFarhaan Bukhsh <farhaan@opencraft.com>
parent 95a219f3
No related branches found
No related tags found
No related merge requests found
......@@ -274,7 +274,7 @@ def get_component_templates(courselike, library=False):
component_not_supported_by_library = ['discussion', 'openassessment']
if library:
component_types = [component for component in component_types
if component not in set(component_not_supported_by_library)]
if component not in set(component_not_supported_by_library)]
component_types = _filter_disabled_blocks(component_types)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment