[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 Alexis de Lattre
parent 553f3bede6
commit 2dc2ba282b
2 changed files with 5 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
# -*- encoding: utf-8 -*- # -*- 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 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 from . import test_import_bank_statement
checks = [ checks = [