1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 12:29:08 +00:00
This commit is contained in:
pvizeli
2017-04-05 09:29:07 +02:00
parent 9e4581ac4c
commit 93c2346daa

View File

@@ -1,7 +1,7 @@
"""Init file for HassIO network rest api."""
import logging
from .util import api_process_hostcontroll, json_loads
from .util import api_process_hostcontroll
_LOGGER = logging.getLogger(__name__)