Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 25, 2024
1 parent 6b2469b commit e742346
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ def save_key_value_buckets(
if resource_table == "project":
sql_n = query_images_in_project_id.substitute(project_id=id)
elif resource_table == "screen":
sql_n = query_images_in_screen_id.substitute(screen_id=id)
sql_n = query_images_in_screen_id.substitute(screen_id=id)
no_images_co = conn.execute_query(
sql_n, statement_timeout=statement_timeout
)
Expand Down

0 comments on commit e742346

Please sign in to comment.