We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21542d1 + 61025bf commit 39c00abCopy full SHA for 39c00ab
1 file changed
openstackclient/shell.py
@@ -21,16 +21,13 @@
21
22
from osc_lib.api import auth
23
from osc_lib import shell
24
-from oslo_utils import importutils
25
import six
26
27
import openstackclient
28
from openstackclient.common import client_config as cloud_config
29
from openstackclient.common import clientmanager
30
from openstackclient.common import commandmanager
31
32
-osprofiler_profiler = importutils.try_import("osprofiler.profiler")
33
-
34
35
DEFAULT_DOMAIN = 'default'
36
0 commit comments