Remove a number of unneeded super()-delegation methods

This commit is contained in:
Ned Batchelder
2017-04-27 14:12:56 -04:00
parent 1f8125df40
commit 4a568476fd
46 changed files with 2 additions and 231 deletions

View File

@@ -236,9 +236,6 @@ class CanonicalContentTest(SharedModuleStoreTestCase):
set, CDN not set, etc.
"""
def setUp(self):
super(CanonicalContentTest, self).setUp()
@classmethod
def setUpClass(cls):
cls.courses = {}