From f41786d893e5d3e71099cf0462154c047c877d67 Mon Sep 17 00:00:00 2001 From: Jon Maddox Date: Sat, 12 Sep 2015 00:49:34 -0400 Subject: [PATCH] STYLE!!!! --- homeassistant/components/media_player/itunes.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/media_player/itunes.py b/homeassistant/components/media_player/itunes.py index 40321511fdc..a350de8f2d5 100644 --- a/homeassistant/components/media_player/itunes.py +++ b/homeassistant/components/media_player/itunes.py @@ -117,6 +117,7 @@ class Itunes(object): # pylint: disable=abstract-method # pylint: disable=too-many-instance-attributes + def setup_platform(hass, config, add_devices, discovery_info=None): """ Sets up the itunes platform. """ @@ -221,8 +222,8 @@ class ItunesDevice(MediaPlayerDevice): self.current_title is not None: return self.client.artwork_url() else: - return 'https://cloud.githubusercontent.com/assets/260/9829355' - '/33fab972-58cf-11e5-8ea2-2ca74bdaae40.png' + return 'https://cloud.githubusercontent.com/assets/260/9829355' \ + '/33fab972-58cf-11e5-8ea2-2ca74bdaae40.png' @property def media_title(self):