Merge "Fix import order per hacking guidelines"

This commit is contained in:
Zuul 2020-04-28 23:18:23 +00:00 committed by Gerrit Code Review
commit 9613e95aff
1 changed files with 2 additions and 2 deletions

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 _