Remove superfluous __init__ from test case

Change-Id: I4bb9855a8999df2ef91ddcac8e84b476523e753b
This commit is contained in:
Johannes Erdfelt
2012-03-02 22:44:38 +00:00
parent 3bc3a26dd4
commit ad533f909a

View File

@@ -84,9 +84,6 @@ class TestMigrations(unittest.TestCase):
MIGRATE_FILE = nova.db.sqlalchemy.migrate_repo.__file__
REPOSITORY = Repository(os.path.abspath(os.path.dirname(MIGRATE_FILE)))
def __init__(self, *args, **kwargs):
super(TestMigrations, self).__init__(*args, **kwargs)
def setUp(self):
super(TestMigrations, self).setUp()