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:
Eric Harney
2020-04-28 11:29:15 -04:00
parent 8406f385bf
commit ed81684b00

View File

@@ -15,13 +15,13 @@
import functools
import inspect
import logging as py_logging
import retrying
import six
import time
from oslo_log import log as logging
from oslo_utils import encodeutils
from oslo_utils import strutils
import retrying
import six
from os_brick.i18n import _