fix: autocorrect everything in api (#17859)

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
yihong 2025-04-11 15:24:39 +08:00 committed by GitHub
commit f04d52c044
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 57 additions and 57 deletions

View file

@ -45,7 +45,7 @@ def main():
if is_tiflash_ready:
break
else:
print(f"Attempt {attempt + 1} failedretry in {retry_interval_seconds} seconds...")
print(f"Attempt {attempt + 1} failed, retry in {retry_interval_seconds} seconds...")
time.sleep(retry_interval_seconds)
if is_tiflash_ready: