From 0aa3dec5c70dfbebee7ea17f5e4155cc10787b0d Mon Sep 17 00:00:00 2001 From: Alison Shao <54658187+alisonshao@users.noreply.github.com> Date: Thu, 11 Dec 2025 17:28:52 -0800 Subject: [PATCH] Fix black formatting in ci_utils.py (#14932) --- python/sglang/test/ci/ci_utils.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/python/sglang/test/ci/ci_utils.py b/python/sglang/test/ci/ci_utils.py index 7de298645..6372dad19 100644 --- a/python/sglang/test/ci/ci_utils.py +++ b/python/sglang/test/ci/ci_utils.py @@ -209,9 +209,7 @@ def run_unittest_files( is_retriable, reason = is_retriable_failure(output) if is_retriable: - logger.info( - f"\n[CI Retry] {filename} failed with {reason}" - ) + logger.info(f"\n[CI Retry] {filename} failed with {reason}") logger.info( f"[CI Retry] Waiting {retry_wait_seconds}s before retry...\n" )