Skip to content

Commit 0e15e38

Browse files
committed
fix black
Signed-off-by: Jack Luar <[email protected]>
1 parent 2472eab commit 0e15e38

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
@@ -528,7 +528,9 @@ def parse_arguments():
528528
template = calculate_expected_numbers(overall_timeout, 1)
529529
print(template)
530530
if not args.yes:
531-
print("[INFO TUN-0022] Tip: use the flag --yes to skip the confirmation prompt.")
531+
print(
532+
"[INFO TUN-0022] Tip: use the flag --yes to skip the confirmation prompt."
533+
)
532534
ans = input("Are you sure you want to proceed? (y/n): ")
533535
if ans.lower() != "y":
534536
print("Exiting AutoTuner.")

0 commit comments

Comments
 (0)