[FIX] Apparently noqa tag should also be part of __openerp__.py files.

This commit is contained in:
Ronald Portier (Therp BV)
2014-12-15 14:07:54 +01:00
committed by Benjamin
parent 5dc6d51ad0
commit 624d601e4f

View File

@@ -1,4 +1,6 @@
# -*- encoding: utf-8 -*-
# noqa: This is a backport from Odoo. OCA has no control over style here.
# flake8: noqa
{
'name': 'Import OFX Bank Statement',
'version': '1.0',