TE-2689 Remove useless pylint suppressions part 3
This commit is contained in:
@@ -294,7 +294,7 @@ def get_component_templates(courselike, library=False):
|
||||
|
||||
templates_for_category.append(
|
||||
create_template_dict(
|
||||
_(template['metadata'].get('display_name')), # pylint: disable=translation-of-non-string
|
||||
_(template['metadata'].get('display_name')),
|
||||
category,
|
||||
support_level_with_template,
|
||||
template_id,
|
||||
|
||||
Reference in New Issue
Block a user