Commit 180adfed by stv

Fix PEP8: E251 unexpected spaces around keyword / parameter equals

parent 16afc89b
......@@ -208,7 +208,7 @@ class CombinedOpenEndedFields(object):
"This field is only populated if the instructor changes tasks after "
"the module is created and students have attempted it (for example, if a self assessed problem is "
"changed to self and peer assessed)."),
scope = Scope.user_state
scope=Scope.user_state,
)
task_states = List(
help=_("List of state dictionaries of each task within this module."),
......
......@@ -88,7 +88,7 @@ def modulestore():
ModuleStoreNoSettings.modulestore = class_(
None, # contentstore
ModuleStoreNoSettings.MODULESTORE['DOC_STORE_CONFIG'],
branch_setting_func = lambda: ModuleStoreEnum.Branch.draft_preferred,
branch_setting_func=lambda: ModuleStoreEnum.Branch.draft_preferred,
**options
)
......
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