Skip to content

Commit 26b2293

Browse files
committed
fixed import order
1 parent 888c229 commit 26b2293

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dispatcher/backend/src/routes/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
import logging
2-
import sqlalchemy as sa
32
from typing import Any, Dict, List
43
from urllib.parse import parse_qs, urlencode, urlsplit, urlunsplit
54

5+
import sqlalchemy as sa
66
from common.constants import SECRET_REPLACEMENT
77
from common.schemas.models import ScheduleConfigSchema
8+
89
from utils.offliners import build_str_command
910

1011
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)