Fix pep8 issues in imports

Fixes imports grouping.

Change-Id: I038089cf2d3fc15fefa7d5bc878dad2f16756923
This commit is contained in:
Dmytro Dovbii 2015-03-11 11:28:12 +02:00
parent 18e831a2c1
commit ad6a1da399
3 changed files with 1 additions and 3 deletions

View File

@ -14,7 +14,6 @@
# limitations under the License.
import traceback
import uuid
import eventlet.debug

View File

@ -18,11 +18,11 @@ import random
import socket
import time
import uuid
import yaml
import requests
import testresources
import testtools
import yaml
import murano.tests.functional.common.utils as utils
import murano.tests.functional.engine.config as cfg

View File

@ -14,7 +14,6 @@
# limitations under the License.
import mock
import yaql.context
from murano.common import exceptions as exc