From 379ae11405a2bcd775784e1e61de98682d9778c9 Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Sat, 28 Jan 2017 12:45:52 -0800 Subject: [PATCH] Minor style fixes --- homeassistant/components/notify/twilio_call.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/notify/twilio_call.py b/homeassistant/components/notify/twilio_call.py index b1cc8e5eeed..2ae00081240 100644 --- a/homeassistant/components/notify/twilio_call.py +++ b/homeassistant/components/notify/twilio_call.py @@ -7,7 +7,6 @@ https://home-assistant.io/components/notify.twilio_call/ import logging import urllib - import voluptuous as vol import homeassistant.helpers.config_validation as cv @@ -63,8 +62,8 @@ class TwilioCallNotificationService(BaseNotificationService): if message.startswith("http://"): twimlet_url = message else: - twimlet_url = 'http://twimlets.com/message?Message=' - twimlet_url += urllib.parse.quote(message, safe='') + twimlet_url = "http://twimlets.com/message?Message=" + twimlet_url += urllib.parse.quote(message, safe="") for target in targets: try: