From a808a87742ae3bc9be3f84542f2cc7adf4c73e66 Mon Sep 17 00:00:00 2001 From: Carlos Almeida Date: Sat, 16 Jan 2016 19:07:20 -0200 Subject: [PATCH] test_flake8 fixes --- web_fetchmail_no_followers/model/mail_thread.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/web_fetchmail_no_followers/model/mail_thread.py b/web_fetchmail_no_followers/model/mail_thread.py index f668b01a..34ba111b 100644 --- a/web_fetchmail_no_followers/model/mail_thread.py +++ b/web_fetchmail_no_followers/model/mail_thread.py @@ -29,10 +29,11 @@ message_post_super = mail_thread.message_post @api.cr_uid_ids_context -def MailNoFollowersMessageFetch(self, cr, uid, thread_id, body='', subject=None, - type='notification', subtype=None, - parent_id=False, attachments=None, context=None, - content_subtype='html', **kwargs): +def MailNoFollowersMessageFetch(self, cr, uid, thread_id, body='', + subject=None, type='notification', + subtype=None, parent_id=False, + attachments=None, context=None, + content_subtype='html', **kwargs): nosub_ctx = dict(context, mail_create_nosubscribe=True, mail_create_nolog=True)