From 9d5c7ceecdf9f1cd5ebfe44d0a3b9115d8a9393d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 6 Aug 2015 18:32:29 +0200 Subject: [PATCH] update header --- homeassistant/components/notify/slack.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/homeassistant/components/notify/slack.py b/homeassistant/components/notify/slack.py index adf22fa5bea..859b5b0388a 100644 --- a/homeassistant/components/notify/slack.py +++ b/homeassistant/components/notify/slack.py @@ -1,7 +1,6 @@ """ homeassistant.components.notify.slack -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Slack platform for notify component. Configuration: @@ -25,7 +24,6 @@ default_channel *Required The default channel to post to if no channel is explicitly specified when sending the notification message. - """ import logging