s/pylint: disable=W0142/pylint: disable=star-args/

This commit is contained in:
Sarina Canelake
2014-11-30 18:10:16 -05:00
parent 1dd7cf6946
commit 2cbdb50946
2 changed files with 2 additions and 2 deletions

View File

@@ -1846,7 +1846,7 @@ def modulestore():
options.update(SplitModuleTest.MODULESTORE['OPTIONS'])
options['render_template'] = render_to_template_mock
# pylint: disable=W0142
# pylint: disable=star-args
SplitModuleTest.modulestore = class_(
None, # contentstore
SplitModuleTest.MODULESTORE['DOC_STORE_CONFIG'],

View File

@@ -84,7 +84,7 @@ def modulestore():
options.update(ModuleStoreNoSettings.MODULESTORE['OPTIONS'])
options['render_template'] = render_to_template_mock
# pylint: disable=W0142
# pylint: disable=star-args
ModuleStoreNoSettings.modulestore = class_(
None, # contentstore
ModuleStoreNoSettings.MODULESTORE['DOC_STORE_CONFIG'],