Follow pep8

Change-Id: I4efd9149e86aa24e26b72a9942e26a0bc26868d4
This commit is contained in:
leiyuehui 2023-06-13 17:26:38 +08:00
parent 8a66084825
commit da3c68d1d3
1 changed files with 6 additions and 7 deletions

View File

@ -31,6 +31,12 @@ from oslo_utils import encodeutils
from oslo_utils import importutils
from oslo_utils import strutils
from cyborgclient.common import cliutils
from cyborgclient import exceptions as exc
from cyborgclient.i18n import _
from cyborgclient.v1 import client as client_v1
from cyborgclient.v1 import shell as shell_v1
from cyborgclient import version
profiler = importutils.try_import("osprofiler.profiler")
@ -50,13 +56,6 @@ try:
except ImportError:
pass
from cyborgclient.common import cliutils
from cyborgclient import exceptions as exc
from cyborgclient.i18n import _
from cyborgclient.v1 import client as client_v1
from cyborgclient.v1 import shell as shell_v1
from cyborgclient import version
LATEST_API_VERSION = ('1', 'latest')
DEFAULT_INTERFACE = 'public'
DEFAULT_SERVICE_TYPE = 'accelerator'