code cleanups

This commit is contained in:
Pascal Vizeli
2018-04-22 17:44:03 +02:00
parent 808fc0f8b6
commit 8f357739ec
16 changed files with 21 additions and 16 deletions

View File

@@ -17,7 +17,7 @@ from .snapshots import SnapshotManager
from .tasks import Tasks
from .updater import Updater
from .services import ServiceManager
from .services.discovery import Discovery
from .services import Discovery
from .host import AlsaAudio
_LOGGER = logging.getLogger(__name__)