diff options
| author | Jason Koelker <jason@koelker.net> | 2011-04-19 00:31:41 +0000 |
|---|---|---|
| committer | Tarmac <> | 2011-04-19 00:31:41 +0000 |
| commit | 049b19ca9954e203804a32aec61a39846019d045 (patch) | |
| tree | 465f6c22d362359890f547bd991e8ad270ff3d17 /nova/api | |
| parent | 230466d5f4c41168ffc11f9c8c6c501880252367 (diff) | |
| parent | 65ca5ba31f2c5ecea05290390ad66e65543aa83d (diff) | |
pep8 fixes
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/contrib/volumes.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nova/api/openstack/contrib/volumes.py b/nova/api/openstack/contrib/volumes.py index 6efacce52..18de2ec71 100644 --- a/nova/api/openstack/contrib/volumes.py +++ b/nova/api/openstack/contrib/volumes.py @@ -322,8 +322,7 @@ class Volumes(extensions.ExtensionDescriptor): # Does this matter? res = extensions.ResourceExtension('volumes', VolumeController(), - collection_actions={'detail': 'GET'} - ) + collection_actions={'detail': 'GET'}) resources.append(res) res = extensions.ResourceExtension('volume_attachments', |
