diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-12-21 03:43:47 +0000 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-12-21 03:43:47 +0000 |
| commit | fb24146290e6cf49397441d36878652da376f66d (patch) | |
| tree | 45ff868a8c03815750bf9ffbe6bec2972cca1b5b /nova/compute | |
| parent | a2019a14f7e7902c0bfef9fe3e9b576d9f45defe (diff) | |
pep8 and removed extra imports
Diffstat (limited to 'nova/compute')
| -rw-r--r-- | nova/compute/api.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/compute/api.py b/nova/compute/api.py index 606344c03..1dbe6e02d 100644 --- a/nova/compute/api.py +++ b/nova/compute/api.py @@ -275,4 +275,3 @@ class ComputeAPI(base.Base): self.db.queue_get_for(context, FLAGS.compute_topic, host), {"method": "unrescue_instance", "args": {"instance_id": instance['id']}}) - |
