From f8a5bc716fd8ac6825ca917e292ca1984a2f8eeb Mon Sep 17 00:00:00 2001 From: Matthieu Coudron Date: Wed, 17 Dec 2014 21:55:14 +0100 Subject: [PATCH] Revert "Fixed indentation in order to remove pep8 errors" This reverts commit b37c7e28f8b47e7556d2d3fef8da41110d2e6547. Error was apparently due to a bug in pep8 <= 1.5.6 --- i3pystatus/weather.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i3pystatus/weather.py b/i3pystatus/weather.py index fbd8536..ad22e50 100644 --- a/i3pystatus/weather.py +++ b/i3pystatus/weather.py @@ -56,8 +56,8 @@ class Weather(IntervalModule): icon, color = self.color_icons.get(conditions["text"], self.color_icons["default"]) current_temp = "{t}°{d} {i}".format(t=temperature, - d=units["temperature"], - i=icon) + d=units["temperature"], + i=icon) color = color self.output = {