Commit 7e05f3cd by cahrens

pep8/pylint cleanup

parent 1e92a6c8
......@@ -556,11 +556,12 @@ class ViewInStudioTest(ModuleStoreTestCase):
child_descriptor = ItemFactory.create(
category='vertical',
parent_location = descriptor.location
parent_location=descriptor.location
)
self.module = self._get_module(course.id, descriptor, descriptor.location)
# pylint: disable=W0201
self.child_module = self._get_module(course.id, child_descriptor, child_descriptor.location)
def setup_xml_course(self):
......
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