From 86dc475bd6de08c8a329a26f988d0fff8868c8a0 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Fri, 4 May 2012 15:54:12 -0700 Subject: pylint cleanup Mostly remove unused imports Change-Id: Icdb3ec77537b2568f4e85843bab89eb63cd17d8e --- nova/tests/test_auth.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'nova/tests') diff --git a/nova/tests/test_auth.py b/nova/tests/test_auth.py index 6549d6e96..fb35b9c5a 100644 --- a/nova/tests/test_auth.py +++ b/nova/tests/test_auth.py @@ -18,13 +18,11 @@ import unittest -from nova import crypto from nova import exception from nova import flags from nova import log as logging from nova import test from nova.auth import manager -from nova.api.ec2 import cloud from nova.auth import fakeldap FLAGS = flags.FLAGS -- cgit