fix style

This commit is contained in:
Han Fei 2024-08-29 21:59:09 +02:00
parent 1772a877ad
commit 1a28621b9f

View File

@ -61,7 +61,9 @@ def generate_data(q, total_number, use_token):
idx = 0
q.put(old_data[idx])
if simulate_flag == 1:
empty_insert_stmt = "insert into t_async_insert_dedup values format JSONEachRow"
empty_insert_stmt = (
"insert into t_async_insert_dedup values format JSONEachRow"
)
q.put((empty_insert_stmt, token))
else:
# insert new data.