Skip to content

Commit

Permalink
[FIX] Pre-commit, You should use relative import with '.'.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbcosta committed Aug 9, 2021
1 parent e32b916 commit 9433d8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Expand Up @@ -4,9 +4,7 @@

from odoo.tests import tagged

from odoo.addons.l10n_br_account_payment_order.tests.test_base_class import (
TestL10nBrAccountPaymentOder,
)
from .test_base_class import TestL10nBrAccountPaymentOder


@tagged("post_install", "-at_install")
Expand Down
Expand Up @@ -6,9 +6,7 @@

from odoo.tests import Form, tagged

from odoo.addons.l10n_br_account_payment_order.tests.test_base_class import (
TestL10nBrAccountPaymentOder,
)
from .test_base_class import TestL10nBrAccountPaymentOder


@tagged("post_install", "-at_install")
Expand Down

0 comments on commit 9433d8d

Please sign in to comment.