Fix import order per hacking guidelines
Move retrying and six to the "third-party libs" import group. Change-Id: I691a38aacdc936d33b29099435e73beb3775528f
This commit is contained in:
@@ -15,13 +15,13 @@
|
|||||||
import functools
|
import functools
|
||||||
import inspect
|
import inspect
|
||||||
import logging as py_logging
|
import logging as py_logging
|
||||||
import retrying
|
|
||||||
import six
|
|
||||||
import time
|
import time
|
||||||
|
|
||||||
from oslo_log import log as logging
|
from oslo_log import log as logging
|
||||||
from oslo_utils import encodeutils
|
from oslo_utils import encodeutils
|
||||||
from oslo_utils import strutils
|
from oslo_utils import strutils
|
||||||
|
import retrying
|
||||||
|
import six
|
||||||
|
|
||||||
from os_brick.i18n import _
|
from os_brick.i18n import _
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user