Commit 69695a8f by stv

Fix Pylint: W0107(unnecessary-pass)

parent c6ef3597
...@@ -331,7 +331,6 @@ def get_component_templates(courselike, library=False): ...@@ -331,7 +331,6 @@ def get_component_templates(courselike, library=False):
"Advanced component %s does not exist. It will not be added to the Studio new component menu.", "Advanced component %s does not exist. It will not be added to the Studio new component menu.",
category category
) )
pass
else: else:
log.error( log.error(
"Improper format for course advanced keys! %s", "Improper format for course advanced keys! %s",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment