diff options
| author | Joe Gordon <jogo@cloudscaling.com> | 2012-05-04 15:54:12 -0700 |
|---|---|---|
| committer | Joe Gordon <jogo@cloudscaling.com> | 2012-05-07 15:08:58 -0700 |
| commit | 86dc475bd6de08c8a329a26f988d0fff8868c8a0 (patch) | |
| tree | 34836d4064fdf0341a5addcbe3c75d019229bc97 /nova/api | |
| parent | f729925f5a3231c1b8ec2cb3c9c5fcd2bc68dbbb (diff) | |
| download | nova-86dc475bd6de08c8a329a26f988d0fff8868c8a0.tar.gz nova-86dc475bd6de08c8a329a26f988d0fff8868c8a0.tar.xz nova-86dc475bd6de08c8a329a26f988d0fff8868c8a0.zip | |
pylint cleanup
Mostly remove unused imports
Change-Id: Icdb3ec77537b2568f4e85843bab89eb63cd17d8e
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/compute/contrib/floating_ips.py | 1 | ||||
| -rw-r--r-- | nova/api/validator.py | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/nova/api/openstack/compute/contrib/floating_ips.py b/nova/api/openstack/compute/contrib/floating_ips.py index 4a5cec8d2..11da0d770 100644 --- a/nova/api/openstack/compute/contrib/floating_ips.py +++ b/nova/api/openstack/compute/contrib/floating_ips.py @@ -26,7 +26,6 @@ from nova import compute from nova import exception from nova import log as logging from nova import network -from nova.rpc import common as rpc_common LOG = logging.getLogger(__name__) diff --git a/nova/api/validator.py b/nova/api/validator.py index 4d4c9457a..beee370b9 100644 --- a/nova/api/validator.py +++ b/nova/api/validator.py @@ -21,8 +21,6 @@ import logging import re import socket -from nova import exception - LOG = logging.getLogger(__name__) |
