From 45d67176c5fe7b0b005aece2e35b4fcba41978b5 Mon Sep 17 00:00:00 2001
From: Fabian Affolter <fabian@affolter-engineering.ch>
Date: Sun, 31 May 2015 22:55:47 +0200
Subject: [PATCH] add newline at the end

---
 homeassistant/components/sensor/swiss_public_transport.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/homeassistant/components/sensor/swiss_public_transport.py b/homeassistant/components/sensor/swiss_public_transport.py
index ee162a37164..bd12cb84cf9 100644
--- a/homeassistant/components/sensor/swiss_public_transport.py
+++ b/homeassistant/components/sensor/swiss_public_transport.py
@@ -145,4 +145,4 @@ class PublicTransportData(object):
             return self.times
 
         except KeyError:
-            return self.times
\ No newline at end of file
+            return self.times
-- 
GitLab