[FIX] Add noqa even to __init__.py files.

This commit is contained in:
Ronald Portier (Therp BV)
2014-12-21 13:41:43 +01:00
committed by Nicolas JEUDY
parent 6add789573
commit 0183c64be0
2 changed files with 5 additions and 0 deletions

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
import account_bank_statement_import_ofx

View File

@@ -1,3 +1,6 @@
# -*- encoding: utf-8 -*-
# noqa: This is a backport from Odoo. OCA has no control over style here.
# flake8: noqa
from . import test_import_bank_statement
checks = [