Merge "Fix order of std and third party lib import"
This commit is contained in:
@@ -16,9 +16,10 @@
|
|||||||
import logging
|
import logging
|
||||||
import os
|
import os
|
||||||
import shlex
|
import shlex
|
||||||
import six
|
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
|
import six
|
||||||
|
|
||||||
from tempest_lib import base
|
from tempest_lib import base
|
||||||
import tempest_lib.cli.output_parser
|
import tempest_lib.cli.output_parser
|
||||||
from tempest_lib import exceptions
|
from tempest_lib import exceptions
|
||||||
|
@@ -13,7 +13,6 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
import httplib2
|
import httplib2
|
||||||
|
|
||||||
from oslo_serialization import jsonutils as json
|
from oslo_serialization import jsonutils as json
|
||||||
from oslotest import mockpatch
|
from oslotest import mockpatch
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user