Remove superfluous __init__ from test case
Change-Id: I4bb9855a8999df2ef91ddcac8e84b476523e753b
This commit is contained in:
@@ -84,9 +84,6 @@ class TestMigrations(unittest.TestCase):
|
|||||||
MIGRATE_FILE = nova.db.sqlalchemy.migrate_repo.__file__
|
MIGRATE_FILE = nova.db.sqlalchemy.migrate_repo.__file__
|
||||||
REPOSITORY = Repository(os.path.abspath(os.path.dirname(MIGRATE_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):
|
def setUp(self):
|
||||||
super(TestMigrations, self).setUp()
|
super(TestMigrations, self).setUp()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user