Commit 6048bc28 by Jay Zoldak

Pep8 fixes for factory refactor

parent e45ccbf3
...@@ -168,7 +168,6 @@ def process_section(element, num_tabs=0): ...@@ -168,7 +168,6 @@ def process_section(element, num_tabs=0):
assert False, "Class for element not recognized!!" assert False, "Class for element not recognized!!"
def process_problem(element, problem_id): def process_problem(element, problem_id):
''' '''
Process problem attempts to Process problem attempts to
......
...@@ -77,7 +77,7 @@ PROBLEM_FACTORY_DICT = { ...@@ -77,7 +77,7 @@ PROBLEM_FACTORY_DICT = {
a2=0 a2=0
return (a1+a2)==int(expect) return (a1+a2)==int(expect)
""")}}, """)}},
} }
def add_problem_to_course(course, problem_type): def add_problem_to_course(course, problem_type):
......
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