From 31d7656c0702c8ed37ff7a6b8c7aea10fa4903ec Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Thu, 7 Jun 2018 17:04:33 +0200 Subject: [PATCH] Lint --- esphomeyaml/components/sensor/sht3xd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphomeyaml/components/sensor/sht3xd.py b/esphomeyaml/components/sensor/sht3xd.py index 500943599c..99f4cb03a5 100644 --- a/esphomeyaml/components/sensor/sht3xd.py +++ b/esphomeyaml/components/sensor/sht3xd.py @@ -4,7 +4,7 @@ import esphomeyaml.config_validation as cv from esphomeyaml.components import sensor from esphomeyaml.const import CONF_ACCURACY, CONF_ADDRESS, CONF_HUMIDITY, CONF_MAKE_ID, CONF_NAME, \ CONF_TEMPERATURE, CONF_UPDATE_INTERVAL -from esphomeyaml.helpers import App, Application, add, variable +from esphomeyaml.helpers import App, Application, variable DEPENDENCIES = ['i2c']