Fix pep8 issues in imports
Fixes imports grouping. Change-Id: I038089cf2d3fc15fefa7d5bc878dad2f16756923
This commit is contained in:
parent
18e831a2c1
commit
ad6a1da399
@ -14,7 +14,6 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
import traceback
|
import traceback
|
||||||
|
|
||||||
import uuid
|
import uuid
|
||||||
|
|
||||||
import eventlet.debug
|
import eventlet.debug
|
||||||
|
@ -18,11 +18,11 @@ import random
|
|||||||
import socket
|
import socket
|
||||||
import time
|
import time
|
||||||
import uuid
|
import uuid
|
||||||
import yaml
|
|
||||||
|
|
||||||
import requests
|
import requests
|
||||||
import testresources
|
import testresources
|
||||||
import testtools
|
import testtools
|
||||||
|
import yaml
|
||||||
|
|
||||||
import murano.tests.functional.common.utils as utils
|
import murano.tests.functional.common.utils as utils
|
||||||
import murano.tests.functional.engine.config as cfg
|
import murano.tests.functional.engine.config as cfg
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
import mock
|
import mock
|
||||||
|
|
||||||
import yaql.context
|
import yaql.context
|
||||||
|
|
||||||
from murano.common import exceptions as exc
|
from murano.common import exceptions as exc
|
||||||
|
Loading…
Reference in New Issue
Block a user