From a347153fedcdf02ae62ce1c4e573c05932570f4d Mon Sep 17 00:00:00 2001 From: Alexander Pohl Date: Sun, 11 Oct 2020 12:00:29 +0200 Subject: [PATCH] fix lint-python --- esphome/components/atc_mithermometer/sensor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/esphome/components/atc_mithermometer/sensor.py b/esphome/components/atc_mithermometer/sensor.py index c9d4b2628a..73d0b6da58 100644 --- a/esphome/components/atc_mithermometer/sensor.py +++ b/esphome/components/atc_mithermometer/sensor.py @@ -44,4 +44,3 @@ def to_code(config): CODEOWNERS = ['@ahpohl'] -