mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-16 23:13:05 +00:00
Merge "Useless line of code in shell.py"
This commit is contained in:
commit
39c00ab8b7
1 changed files with 0 additions and 3 deletions
|
|
@ -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…
Add table
Reference in a new issue