Fix Pylint: W0613(unused-argument)

This commit is contained in:
stv
2015-02-16 04:12:31 -08:00
parent 416f7090b1
commit 2e1400f842
9 changed files with 13 additions and 13 deletions

View File

@@ -706,7 +706,7 @@ class XMLModuleStore(ModuleStoreReadBase):
"""
return CourseLocator(org, course, run, deprecated=True)
def get_courses(self, depth=0, **kwargs):
def get_courses(self, **kwargs):
"""
Returns a list of course descriptors. If there were errors on loading,
some of these may be ErrorDescriptors instead.