Skip to content

Commit ba6c517

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a3be4bd commit ba6c517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routers/openml/datasets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def quality_clause(quality: str, range_: str | None) -> str:
183183
{number_classes_filter} {number_missing_values_filter}
184184
AND IFNULL(cs.`status`, 'in_preparation') IN ({where_status})
185185
LIMIT {pagination.limit} OFFSET {pagination.offset}
186-
""", # noqa: S608
186+
""",
187187
# I am not sure how to do this correctly without an error from Bandit here.
188188
# However, the `status` input is already checked by FastAPI to be from a set
189189
# of given options, so no injection is possible (I think). The `current_status`

0 commit comments

Comments
 (0)