Remove useless pylint suppressions

This commit is contained in:
Ned Batchelder
2015-11-21 20:39:35 -05:00
parent 7a858b6e09
commit f5d0f3ff55
225 changed files with 329 additions and 438 deletions

View File

@@ -115,7 +115,7 @@ class StudioLibraryTest(WebAppTest):
"""
as_staff = True
def setUp(self): # pylint: disable=arguments-differ
def setUp(self):
"""
Install a library with no content using a fixture.
"""