Fix Pylint: E0211(no-method-argument)

I can find no other record of this class.
This commit is contained in:
stv
2015-02-15 17:26:24 -08:00
parent b9ed4b6561
commit 268cb46d97

View File

@@ -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