From a2e8fcbc77d47dcbc809c117e238b261350bc3b5 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 21 Oct 2015 19:37:34 +0200 Subject: [PATCH] Remove newline --- homeassistant/components/sensor/mqtt.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/sensor/mqtt.py b/homeassistant/components/sensor/mqtt.py index 25073d6fa3a..42d94261fb8 100644 --- a/homeassistant/components/sensor/mqtt.py +++ b/homeassistant/components/sensor/mqtt.py @@ -6,7 +6,6 @@ Allows to configure a MQTT sensor. For more details about this platform, please refer to the documentation at https://home-assistant.io/components/sensor.mqtt.html """ - import logging from homeassistant.helpers.entity import Entity import homeassistant.components.mqtt as mqtt