1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 12:29:08 +00:00

fix lint p2

This commit is contained in:
Pascal Vizeli
2017-07-11 22:19:22 +02:00
parent 421b380043
commit 40e8f411ff
4 changed files with 7 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ from ..const import (
ATTR_URL, ATTR_DESCRIPTON, ATTR_DETACHED, ATTR_NAME, ATTR_REPOSITORY,
ATTR_BUILD, ATTR_AUTO_UPDATE, ATTR_NETWORK, ATTR_HOST_NETWORK,
BOOT_AUTO, BOOT_MANUAL)
from ..tools import read_json_file
from ..validate import DOCKER_PORTS
_LOGGER = logging.getLogger(__name__)