From a33220db7f49962a97c58181582f0437723752f1 Mon Sep 17 00:00:00 2001
From: badele <bruno.adele@jesuislibre.org>
Date: Thu, 26 Nov 2015 08:12:04 +0100
Subject: [PATCH] Fix pylint style

---
 homeassistant/components/light/rfxtrx.py  | 2 +-
 homeassistant/components/rfxtrx.py        | 2 +-
 homeassistant/components/switch/rfxtrx.py | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/homeassistant/components/light/rfxtrx.py b/homeassistant/components/light/rfxtrx.py
index e5ff38241d9..9da69300623 100644
--- a/homeassistant/components/light/rfxtrx.py
+++ b/homeassistant/components/light/rfxtrx.py
@@ -147,4 +147,4 @@ class RfxtrxLight(Light):
             self._event.device.send_off(rfxtrx.RFXOBJECT.transport)
 
         self._state = False
-        self.update_ha_state()
\ No newline at end of file
+        self.update_ha_state()
diff --git a/homeassistant/components/rfxtrx.py b/homeassistant/components/rfxtrx.py
index e02a56d3c7a..bcdbec5327b 100644
--- a/homeassistant/components/rfxtrx.py
+++ b/homeassistant/components/rfxtrx.py
@@ -94,4 +94,4 @@ def get_rfx_object(packetid):
 
         return obj
 
-    return None
\ No newline at end of file
+    return None
diff --git a/homeassistant/components/switch/rfxtrx.py b/homeassistant/components/switch/rfxtrx.py
index e4400bdf86f..24bd2f2fd6d 100644
--- a/homeassistant/components/switch/rfxtrx.py
+++ b/homeassistant/components/switch/rfxtrx.py
@@ -145,4 +145,4 @@ class RfxtrxSwitch(SwitchDevice):
             self._event.device.send_off(rfxtrx.RFXOBJECT.transport)
 
         self._state = False
-        self.update_ha_state()
\ No newline at end of file
+        self.update_ha_state()