Browse Source

[FIX] Add noqa tags to backported py files.

pull/142/head
Ronald Portier (Therp BV) 10 years ago
committed by Nicolas JEUDY
parent
commit
be7975b92b
  1. 2
      account_bank_statement_import_ofx/account_bank_statement_import_ofx.py
  2. 3
      account_bank_statement_import_ofx/tests/test_import_bank_statement.py

2
account_bank_statement_import_ofx/account_bank_statement_import_ofx.py

@ -1,4 +1,6 @@
# -*- coding: utf-8 -*-
# noqa: This is a backport from Odoo. OCA has no control over style here.
# flake8: noqa
import logging
import base64

3
account_bank_statement_import_ofx/tests/test_import_bank_statement.py

@ -1,3 +1,6 @@
# -*- coding: utf-8 -*-
# noqa: This is a backport from Odoo. OCA has no control over style here.
# flake8: noqa
from openerp.tests.common import TransactionCase
from openerp.modules.module import get_module_resource

Loading…
Cancel
Save