[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 Alexis de Lattre
parent b8db77b6db
commit 553f3bede6

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',