summaryrefslogtreecommitdiffstats
path: root/format.py
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-09-29 13:06:24 +0200
committerJan Pokorný <jpokorny@redhat.com>2014-09-29 16:08:27 +0200
commit29547e5b47f31b2bc542d771a7c7a2b130c259ae (patch)
treeb02001792e42056c8d09f2fe882b3cef82ba5e08 /format.py
parentec8c525933c6ab431e347a14b04193a13f1137db (diff)
downloadclufter-29547e5b47f31b2bc542d771a7c7a2b130c259ae.tar.gz
clufter-29547e5b47f31b2bc542d771a7c7a2b130c259ae.tar.xz
clufter-29547e5b47f31b2bc542d771a7c7a2b130c259ae.zip
format: cosmetics (max 80 chars per line)
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'format.py')
-rw-r--r--format.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/format.py b/format.py
index f115e3f..1c51530 100644
--- a/format.py
+++ b/format.py
@@ -285,7 +285,8 @@ class Format(object):
producer = lambda *args, **kwargs: \
meth(self, *args, **kwargs)
else:
- producer = getattr(super(prev_cls, self), that_proto[1])
+ producer = getattr(super(prev_cls, self),
+ that_proto[1])
produced = producer(protocol, *args, **kwargs)
if produced is None:
continue