Remove unused imports

ceilometerclient.shell is imported but unused, removing
it.

Change-Id: Ib9f5b817b7c2092d96596f2d160e01b62f22a10e
This commit is contained in:
Vipin Balachandran 2017-03-22 00:10:55 +05:30
parent 1173576ea8
commit 3cb186e6ad
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ class Ceilometer(base.Driver):
super(Ceilometer, self).__init__(connection_str)
try:
import ceilometerclient.client
import ceilometerclient.shell
except ImportError:
raise exc.CommandError(
"To use this command, you should install "