Skip to content

Commit 61025bf

Browse files
committed
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
1 parent 8f4440a commit 61025bf

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

openstackclient/shell.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,13 @@
2121

2222
from osc_lib.api import auth
2323
from osc_lib import shell
24-
from oslo_utils import importutils
2524
import six
2625

2726
import openstackclient
2827
from openstackclient.common import client_config as cloud_config
2928
from openstackclient.common import clientmanager
3029
from openstackclient.common import commandmanager
3130

32-
osprofiler_profiler = importutils.try_import("osprofiler.profiler")
33-
3431

3532
DEFAULT_DOMAIN = 'default'
3633

0 commit comments

Comments
 (0)