Skip to content

Commit be8f615

Browse files
committed
[PEP8]
1 parent a16c3bb commit be8f615

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

report_py3o/models/py3o_report.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ def create_report(self, res_ids, data):
276276
def _check_attachment_use(self, cr, uid, ids, report):
277277
return super(Py3oReport, self)._check_attachment_use(
278278
cr, uid, ids, report)
279+
279280
@api.v8
280281
def _check_attachment_use(self, records, report):
281282
return Py3oReport._check_attachment_use(

0 commit comments

Comments
 (0)