pep8: white space/blank lines

This commit is contained in:
Isaku Yamahata
2011-06-18 08:34:20 +09:00
parent 7844a67d11
commit c025f01925

View File

@@ -671,7 +671,7 @@ class CloudTestCase(test.TestCase):
'max_count': 1, 'max_count': 1,
'block_device_mapping': [{'device_name': '/dev/vdb', 'block_device_mapping': [{'device_name': '/dev/vdb',
'volume_id': vol1['id'], 'volume_id': vol1['id'],
'delete_on_termination': False,}, 'delete_on_termination': False, },
{'device_name': '/dev/vdc', {'device_name': '/dev/vdc',
'volume_id': vol2['id'], 'volume_id': vol2['id'],
'delete_on_termination': True, }, 'delete_on_termination': True, },