Commit 69695a8f by stv

Fix Pylint: W0107(unnecessary-pass)

parent c6ef3597
......@@ -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.",
category
)
pass
else:
log.error(
"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