Apply pylint-amnesty.
This commit is contained in:
Awais Qureshi
2021-02-08 17:42:01 +05:00
parent 047a5f5f19
commit 7321e9e5eb
11 changed files with 21 additions and 21 deletions

View File

@@ -80,7 +80,7 @@ class CompletionServiceTestCase(CompletionWaffleTestMixin, SharedModuleStoreTest
cls.problems = [cls.problem, cls.problem2, cls.problem3, cls.problem4, cls.problem5]
def setUp(self):
super(CompletionServiceTestCase, self).setUp()
super(CompletionServiceTestCase, self).setUp() # lint-amnesty, pylint: disable=super-with-arguments
self.override_waffle_switch(True)
self.user = UserFactory.create()
self.other_user = UserFactory.create()