From 13dac91fa6025e41e5ce56aebfde59be20fddf4a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 20 Jun 2015 23:41:24 +0200 Subject: [PATCH] remove blank line --- homeassistant/components/notify/file.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/notify/file.py b/homeassistant/components/notify/file.py index e428be0ff4b..186bc53ca98 100644 --- a/homeassistant/components/notify/file.py +++ b/homeassistant/components/notify/file.py @@ -76,4 +76,3 @@ class FileNotificationService(BaseNotificationService): else: text = '{}\n'.format(message) file.write(text) -