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