diff options
| -rw-r--r-- | nova/scheduler/api.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/scheduler/api.py b/nova/scheduler/api.py index 7d711aa42..820643054 100644 --- a/nova/scheduler/api.py +++ b/nova/scheduler/api.py @@ -17,8 +17,6 @@ Handles all requests relating to schedulers. """ -import webob - from novaclient import v1_1 as novaclient from novaclient import exceptions as novaclient_exceptions |
