Add black support (#1101)

This commit is contained in:
Pascal Vizeli
2019-05-27 12:35:06 +02:00
committed by GitHub
parent 496cee1ec4
commit b4665f3907
46 changed files with 964 additions and 791 deletions

View File

@@ -3,7 +3,13 @@ import logging
from .utils import api_process
from ..const import (
ATTR_SERIAL, ATTR_DISK, ATTR_GPIO, ATTR_AUDIO, ATTR_INPUT, ATTR_OUTPUT)
ATTR_SERIAL,
ATTR_DISK,
ATTR_GPIO,
ATTR_AUDIO,
ATTR_INPUT,
ATTR_OUTPUT,
)
from ..coresys import CoreSysAttributes
_LOGGER = logging.getLogger(__name__)