Replace bandit with ruff (#93200)

This commit is contained in:
Ville Skyttä 2023-06-08 23:46:04 +03:00 committed by GitHub
parent f7938c940c
commit ca936d0b38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 36 additions and 61 deletions

View file

@ -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),
{