Fix some comments

This commit is contained in:
Pascal Vizeli
2018-04-12 22:07:41 +02:00
parent a2789ac540
commit 0dd7f8fbaa
10 changed files with 84 additions and 72 deletions

View File

@@ -7,7 +7,6 @@ from pathlib import Path
from colorlog import ColoredFormatter
from .audio import AlsaAudio
from .addons import AddonManager
from .api import RestAPI
from .const import SOCKET_DOCKER
@@ -18,6 +17,7 @@ from .snapshots import SnapshotManager
from .tasks import Tasks
from .updater import Updater
from .services import ServiceManager
from .host.audio import AlsaAudio
_LOGGER = logging.getLogger(__name__)