Skip to content

Commit 123900c

Browse files
author
Milan Topuzov
committed
pre-commit: apply autofixes (formatting, lint passes)
1 parent c30bf4b commit 123900c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

queue_job/tests/test_json_field.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
from lxml import etree
88

9-
from odoo.tests import common
109
from 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

test_queue_job/tests/test_job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
from unittest import mock
77

88
import odoo.tests.common as common
9+
from odoo import Command
910

1011
from odoo.addons.queue_job import identity_exact
11-
from odoo import Command
1212
from odoo.addons.queue_job.delay import DelayableGraph
1313
from odoo.addons.queue_job.exception import (
1414
FailedJobError,

test_queue_job/tests/test_json_field.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
import json
55

6-
from odoo.tests import common
76
from 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

0 commit comments

Comments
 (0)