[RFR] Flake8

This commit is contained in:
Stefan Rijnhart
2016-03-24 21:04:14 +01:00
parent d317cff8f2
commit bd60150f10

View File

@@ -47,8 +47,8 @@ class IrActionsReportXml(orm.Model):
cr, uid, context['active_ids'], context=context)
return mako_template_env.from_string(
report.download_filename).render({
'objects': objects,
'o': objects[0],
'object': objects[0],
})
'objects': objects,
'o': objects[0],
'object': objects[0],
})
return False