From 234669f469902367bb4e1a6b3a9481be191cd6f0 Mon Sep 17 00:00:00 2001
From: Fabian Affolter <fabian@affolter-engineering.ch>
Date: Tue, 28 Apr 2015 09:43:53 +0200
Subject: [PATCH] fix format

---
 homeassistant/components/notify/instapush.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/homeassistant/components/notify/instapush.py b/homeassistant/components/notify/instapush.py
index d679444cc52..531ef758e05 100644
--- a/homeassistant/components/notify/instapush.py
+++ b/homeassistant/components/notify/instapush.py
@@ -104,7 +104,7 @@ def get_service(hass, config):
 
     try:
         if response.json()['error']:
-            _LOGGER.error("{}".format(response.json()['msg']))
+            _LOGGER.error(response.json()['msg'])
     # pylint: disable=bare-except
     except:
         try: