Skip to content

Commit b979560

Browse files
committed
Move import to satisfy CI.
1 parent 5c16114 commit b979560

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

queue_job/controllers/main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@
77
import time
88
import traceback
99
from io import StringIO
10+
from typing import Optional
1011

1112
from psycopg2 import OperationalError, errorcodes
1213
from werkzeug.exceptions import BadRequest, Forbidden
1314

14-
from typing import Optional
15-
1615
from odoo import SUPERUSER_ID, _, api, http, registry, tools
1716
from odoo.service.model import PG_CONCURRENCY_ERRORS_TO_RETRY
1817

0 commit comments

Comments
 (0)