From 375faa9c91851547553ec754e3d29e533fa077a0 Mon Sep 17 00:00:00 2001 From: William Scanlon Date: Fri, 29 Jan 2016 21:53:06 -0500 Subject: [PATCH] Fixed style error --- homeassistant/components/notify/googlevoice.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/notify/googlevoice.py b/homeassistant/components/notify/googlevoice.py index cc0a1e0d1cd..2e0cf205097 100644 --- a/homeassistant/components/notify/googlevoice.py +++ b/homeassistant/components/notify/googlevoice.py @@ -14,7 +14,8 @@ from homeassistant.const import CONF_USERNAME, CONF_PASSWORD _LOGGER = logging.getLogger(__name__) REQUIREMENTS = ['https://github.com/w1ll1am23/pygooglevoice-sms/archive/' - '7c5ee9969b97a7992fc86a753fe9f20e3ffa3f7c.zip#pygooglevoice-sms==0.0.1'] + '7c5ee9969b97a7992fc86a753fe9f20e3ffa3f7c.zip#' + 'pygooglevoice-sms==0.0.1'] def get_service(hass, config):