pep8 compliant

This commit is contained in:
vladimir.p
2011-08-24 09:18:53 -07:00
parent a86e72aebd
commit a09e9eb9a1
2 changed files with 0 additions and 3 deletions

View File

@@ -152,5 +152,3 @@ class VolumeTypeTestCase(test.TestCase):
new2 = volume_types.get_volume_type(self.ctxt, new['id'])
self.assertEqual(new, new2)

View File

@@ -44,7 +44,6 @@ class VolumeTypeExtraSpecsTestCase(test.TestCase):
ref = db.api.volume_type_create(self.context, self.vol_type2_noextra)
self.vol_type2_id = ref.id
def tearDown(self):
# Remove the instance type from the database
db.api.volume_type_purge(context.get_admin_context(),