cleanup
This commit is contained in:
parent
2b0ec1cea2
commit
a787c837e7
3 changed files with 1 additions and 4 deletions
|
@ -1,8 +1,6 @@
|
||||||
import os
|
import os
|
||||||
import shutil
|
import shutil
|
||||||
|
|
||||||
import click
|
|
||||||
|
|
||||||
from .cmd import KiwiCommandType, KiwiCommand
|
from .cmd import KiwiCommandType, KiwiCommand
|
||||||
from .decorators import kiwi_command
|
from .decorators import kiwi_command
|
||||||
from .._constants import DEFAULT_DOCKER_COMPOSE_NAME, COMPOSE_FILE_NAME, RESERVED_PROJECT_NAMES
|
from .._constants import DEFAULT_DOCKER_COMPOSE_NAME, COMPOSE_FILE_NAME, RESERVED_PROJECT_NAMES
|
||||||
|
|
|
@ -59,4 +59,3 @@ class Service:
|
||||||
elif nxt is not None:
|
elif nxt is not None:
|
||||||
# try next in list
|
# try next in list
|
||||||
_logger.info(f"Executable '{cur}' not found in container, trying '{nxt}'")
|
_logger.info(f"Executable '{cur}' not found in container, trying '{nxt}'")
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
from ruamel.yaml import CommentedMap
|
from ruamel.yaml import CommentedMap
|
||||||
|
|
||||||
from kiwi_scp.services import Services
|
|
||||||
from kiwi_scp.service import Service
|
from kiwi_scp.service import Service
|
||||||
|
from kiwi_scp.services import Services
|
||||||
|
|
||||||
|
|
||||||
class TestServices:
|
class TestServices:
|
||||||
|
|
Loading…
Reference in a new issue