Removed sad line

Code should be happy, it shouldn't be sad.

Change-Id: I6fb50b4917e10d342aa1de7b568888820cc65ded
This commit is contained in:
Ruslan Kamaldinov 2015-01-21 17:09:07 +03:00
parent 8410853b17
commit 0860166561

View File

@ -440,8 +440,7 @@ class SaharaMigrationsCheckers(object):
class TestMigrationsMySQL(SaharaMigrationsCheckers,
base.BaseWalkMigrationTestCase,
base.TestModelsMigrationsSync,
test_base.MySQLOpportunisticTestCase,
):
test_base.MySQLOpportunisticTestCase):
pass