Replace bandit with ruff (#93200)
This commit is contained in:
parent
f7938c940c
commit
ca936d0b38
16 changed files with 36 additions and 61 deletions
|
@ -341,7 +341,7 @@ def get_next_departure(
|
|||
{tomorrow_order}
|
||||
origin_stop_time.departure_time
|
||||
LIMIT :limit
|
||||
"""
|
||||
""" # noqa: S608
|
||||
result = schedule.engine.connect().execute(
|
||||
text(sql_query),
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue