diff --git a/homeassistant/components/notify/smtp.py b/homeassistant/components/notify/smtp.py
index b66ade255f1..ee2413eda30 100644
--- a/homeassistant/components/notify/smtp.py
+++ b/homeassistant/components/notify/smtp.py
@@ -172,5 +172,6 @@ class MailNotificationService(BaseNotificationService):
                                    msg.as_string())
                 break
             except smtplib.SMTPException:
-                _LOGGER.warning('SMTPException sending mail: retrying connection')
+                _LOGGER.warning('SMTPException sending mail: '
+                                'retrying connection')
                 self.connect()