File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77from lxml import etree
88
9- from odoo .tests import common
109from odoo import Command
10+ from odoo .tests import common
1111
1212# pylint: disable=odoo-addons-relative-import
1313# we are testing, we want to test as we were an external consumer of the API
Original file line number Diff line number Diff line change 66from unittest import mock
77
88import odoo .tests .common as common
9+ from odoo import Command
910
1011from odoo .addons .queue_job import identity_exact
11- from odoo import Command
1212from odoo .addons .queue_job .delay import DelayableGraph
1313from odoo .addons .queue_job .exception import (
1414 FailedJobError ,
Original file line number Diff line number Diff line change 33
44import json
55
6- from odoo .tests import common
76from odoo import Command
7+ from odoo .tests import common
88
99# pylint: disable=odoo-addons-relative-import
1010# we are testing, we want to test as if we were an external consumer of the API
You can’t perform that action at this time.
0 commit comments