Skip to content

Commit f523727

Browse files
committed
fixed import order
fixed import order
1 parent 3b69a49 commit f523727

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
22
from typing import Any, Dict, List
33
from urllib.parse import parse_qs, urlencode, urlsplit, urlunsplit
4-
import sqlalchemy as sa
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)