Skip to content

Commit c36faf2

Browse files
committed
change import order
1 parent 1a4315f commit c36faf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test_queue_job/tests/test_job_function.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from odoo import exceptions
21
import odoo.tests.common as common
2+
from odoo import exceptions
33

44

55
class TestJobFunction(common.TransactionCase):

0 commit comments

Comments
 (0)