From 268cb46d9707907e92acb10a302ce322197bfe3d Mon Sep 17 00:00:00 2001 From: stv Date: Sun, 15 Feb 2015 17:26:24 -0800 Subject: [PATCH] Fix Pylint: E0211(no-method-argument) I can find no other record of this class. --- lms/djangoapps/django_comment_client/tests/test_models.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lms/djangoapps/django_comment_client/tests/test_models.py b/lms/djangoapps/django_comment_client/tests/test_models.py index 41a012a618..03c981528a 100644 --- a/lms/djangoapps/django_comment_client/tests/test_models.py +++ b/lms/djangoapps/django_comment_client/tests/test_models.py @@ -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