summaryrefslogtreecommitdiffstats
path: root/nova/consoleauth/rpcapi.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/consoleauth/rpcapi.py')
-rw-r--r--nova/consoleauth/rpcapi.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/consoleauth/rpcapi.py b/nova/consoleauth/rpcapi.py
index 51d28cb04..822f401bc 100644
--- a/nova/consoleauth/rpcapi.py
+++ b/nova/consoleauth/rpcapi.py
@@ -19,7 +19,6 @@ Client side of the consoleauth RPC API.
"""
from nova import config
-from nova import flags
import nova.openstack.common.rpc.proxy
CONF = config.CONF