Commit 268cb46d by stv

Fix Pylint: E0211(no-method-argument)

I can find no other record of this class.
parent b9ed4b65
......@@ -34,10 +34,6 @@ class RoleClassTestCase(ModuleStoreTestCase):
self.TA_role_2 = models.Role.objects.get_or_create(name="Community TA",
course_id=self.course_id_2)[0]
class Dummy():
def render_template():
pass
def test_has_permission(self):
# Whenever you add a permission to student_role,
# Roles with the same FORUM_ROLE in same class also receives the same
......
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