From 23e3b8d2f2eb88643069521469a9d081bcea0e0d Mon Sep 17 00:00:00 2001 From: Eric Rolf Date: Thu, 11 Feb 2016 10:00:12 -0500 Subject: [PATCH] Fixed Style Issue --- homeassistant/components/garage_door/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/garage_door/__init__.py b/homeassistant/components/garage_door/__init__.py index 835aa36cc62..705b4ce547e 100644 --- a/homeassistant/components/garage_door/__init__.py +++ b/homeassistant/components/garage_door/__init__.py @@ -106,4 +106,3 @@ class GarageDoorDevice(Entity): if closed is None: return STATE_UNKNOWN return STATE_CLOSED if closed else STATE_OPEN -