From ce37eaf915516e1b3625f2ec86902462fa34d4a1 Mon Sep 17 00:00:00 2001 From: Sandy Carter Date: Sat, 19 Jul 2014 11:29:44 -0400 Subject: [PATCH] Small pep8 fix --- document_multiple_records/wizard/document_wizard.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/document_multiple_records/wizard/document_wizard.py b/document_multiple_records/wizard/document_wizard.py index 68c4e7bb..d8bb943e 100644 --- a/document_multiple_records/wizard/document_wizard.py +++ b/document_multiple_records/wizard/document_wizard.py @@ -54,8 +54,6 @@ class document_wizard(orm.Model): 'res_name': name, 'attachment_id': attach.id, } - #Created attachment_document_ids + # Created attachment_document_ids ir_attach_doc_obj.create(cr, uid, data_attach, context=context) return {'type': 'ir.actions.act_window_close'} - -# vim:expandtab:smartindent:toabstop=4:softtabstop=4:shiftwidth=4: