TE-2689 Remove useless pylint suppressions part 3

This commit is contained in:
Jeremy Bowman
2018-08-15 15:43:10 -04:00
parent 509e0fdf45
commit 68902a2f3f
47 changed files with 65 additions and 89 deletions

View File

@@ -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,