Skip to content

Commit 39c00ab

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Useless line of code in shell.py"
2 parents 21542d1 + 61025bf commit 39c00ab

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)