Merge "Useless line of code in shell.py"

This commit is contained in:
Jenkins 2017-09-18 04:03:15 +00:00 committed by Gerrit Code Review
commit 39c00ab8b7
1 changed files with 0 additions and 3 deletions

View File

@ -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'