Skip to content

Commit 0727ca8

Browse files
committed
fix black
Signed-off-by: Jack Luar <[email protected]>
1 parent 3ed1bab commit 0727ca8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/AutoTuner/src/autotuner/distributed.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,9 @@ def parse_arguments():
530530
template = calculate_expected_numbers(overall_timeout, 1)
531531
print(template)
532532
if not args.yes:
533-
print("[INFO TUN-0022] Tip: use the flag --yes to skip the confirmation prompt.")
533+
print(
534+
"[INFO TUN-0022] Tip: use the flag --yes to skip the confirmation prompt."
535+
)
534536
ans = input("Are you sure you want to proceed? (y/n): ")
535537
if ans.lower() != "y":
536538
print("Exiting AutoTuner.")

0 commit comments

Comments
 (0)