Skip to content

Commit 888c229

Browse files
committed
fixed import order
1 parent f523727 commit 888c229

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dispatcher/backend/src/routes/utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
import logging
2+
import sqlalchemy as sa
23
from typing import Any, Dict, List
34
from urllib.parse import parse_qs, urlencode, urlsplit, urlunsplit
45

5-
import sqlalchemy as sa
66
from common.constants import SECRET_REPLACEMENT
77
from common.schemas.models import ScheduleConfigSchema
8-
98
from utils.offliners import build_str_command
109

1110
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)