From 4ad50ef5d9e04d0d1801c7631fe88f8df887ad08 Mon Sep 17 00:00:00 2001 From: Farhaan Bukhsh Date: Tue, 22 Sep 2020 20:19:48 +0530 Subject: [PATCH] Adding proper indentation for pep8 Signed-off-by: Farhaan Bukhsh --- cms/djangoapps/contentstore/views/component.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/djangoapps/contentstore/views/component.py b/cms/djangoapps/contentstore/views/component.py index 02f48fd586..be869fb078 100644 --- a/cms/djangoapps/contentstore/views/component.py +++ b/cms/djangoapps/contentstore/views/component.py @@ -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)