summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nova/tests/test_migrations.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/nova/tests/test_migrations.py b/nova/tests/test_migrations.py
index 4ec3dbc76..451267abe 100644
--- a/nova/tests/test_migrations.py
+++ b/nova/tests/test_migrations.py
@@ -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()