s/pylint: disable=W0201/pylint: disable=attribute-defined-outside-init/
This commit is contained in:
@@ -442,7 +442,7 @@ class MongoModuleStore(ModuleStoreDraftAndPublished, ModuleStoreWriteBase, Mongo
|
||||
|
||||
# TODO (cpennington): Enable non-filesystem filestores
|
||||
# pylint: disable=invalid-name
|
||||
# pylint: disable=W0201
|
||||
# pylint: disable=attribute-defined-outside-init
|
||||
def __init__(self, contentstore, doc_store_config, fs_root, render_template,
|
||||
default_class=None,
|
||||
error_tracker=null_error_tracker,
|
||||
|
||||
Reference in New Issue
Block a user