service_test.py reorder imports

Signed-off-by: Alexey Rokhin <arokhin@mail.ru>
This commit is contained in:
Alexey Rokhin 2017-05-17 16:42:43 +03:00 committed by Joffrey F
parent 11bd32b597
commit 3089eda5ab
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ from compose.const import LABEL_ONE_OFF
from compose.const import LABEL_PROJECT
from compose.const import LABEL_SERVICE
from compose.const import LABEL_VERSION
from compose.const import IS_WINDOWS_PLATFORM
from compose.container import Container
from compose.errors import OperationFailedError
from compose.project import OneOffFilter