Fix ruff import validation (#126917)

This commit is contained in:
Jan Bouwhuis 2024-09-27 15:17:54 +02:00 committed by GitHub
parent 706a5680e1
commit 60e3a1fc5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -106,7 +106,6 @@ from .util import (
database_job_retry_wrapper,
execute_stmt_lambda_element,
get_index_by_name,
retryable_database_job,
retryable_database_job_method,
session_scope,
)