From 97a5ce4d944a7c907846a1437ab3bed96ec713bd Mon Sep 17 00:00:00 2001 From: Ultrabug Date: Wed, 21 Jan 2015 14:46:57 +0100 Subject: pep8 cleanup --- py3status/__init__.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'py3status/__init__.py') diff --git a/py3status/__init__.py b/py3status/__init__.py index b42e38b..5cc91a5 100755 --- a/py3status/__init__.py +++ b/py3status/__init__.py @@ -260,7 +260,10 @@ class I3status(Thread): on_c[section_name][button] = value # override time format - if section_name.split(' ')[0] in ['time', 'tztime'] and key == 'format': + if ( + section_name.split(' ')[0] in ['time', 'tztime'] + and key == 'format' + ): self.time_format = value if line.endswith('}'): -- cgit v1.3