Skip to content

Commit 6f1768b

Browse files
committed
[fix] base_import_async tests: isort imports
1 parent e491922 commit 6f1768b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

base_import_async/tests/test_base_import_import.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Copyright 2024 Camptocamp
22
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
33

4-
from odoo.addons.queue_job.exception import FailedJobError
54
from odoo.tests.common import RecordCapturer, TransactionCase
65

6+
from odoo.addons.queue_job.exception import FailedJobError
7+
78
from ..wizard.base_import_import import (
89
INIT_PRIORITY,
910
OPT_CHUNK_SIZE,

0 commit comments

Comments
 (0)