Make Flake8 happy
This commit is contained in:
parent
9a1aad8e92
commit
3b7b12bbd5
12 changed files with 60 additions and 47 deletions
|
@ -11,8 +11,8 @@ import logging
|
|||
|
||||
import requests
|
||||
|
||||
from homeassistant.const import ATTR_UNIT_OF_MEASUREMENT, CONF_VALUE_TEMPLATE, \
|
||||
DEVICE_DEFAULT_NAME
|
||||
from homeassistant.const import (ATTR_UNIT_OF_MEASUREMENT, CONF_VALUE_TEMPLATE,
|
||||
DEVICE_DEFAULT_NAME)
|
||||
from homeassistant.exceptions import TemplateError
|
||||
from homeassistant.helpers.entity import Entity
|
||||
from homeassistant.util import template, Throttle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue