Useless line of code in shell.py
Shell.py contains lines to import osprofiler. This is useless because osprofiler options support code was moved to osc-lib. Removed it. Change-Id: Ibec17700c87df908640848c3787d190ca66a7bcf Closes-Bug: #1707103
This commit is contained in:
parent
8f4440a6de
commit
61025bf102
@ -21,7 +21,6 @@ import sys
|
||||
|
||||
from osc_lib.api import auth
|
||||
from osc_lib import shell
|
||||
from oslo_utils import importutils
|
||||
import six
|
||||
|
||||
import openstackclient
|
||||
@ -29,8 +28,6 @@ from openstackclient.common import client_config as cloud_config
|
||||
from openstackclient.common import clientmanager
|
||||
from openstackclient.common import commandmanager
|
||||
|
||||
osprofiler_profiler = importutils.try_import("osprofiler.profiler")
|
||||
|
||||
|
||||
DEFAULT_DOMAIN = 'default'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user