Add flake8-implicit-str-concat rules to Ruff (#33191)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
Harry Mellor
2026-01-28 04:56:10 +00:00
committed by GitHub
parent a97b5e206d
commit 2eb673a088
16 changed files with 34 additions and 33 deletions

View File

@@ -618,7 +618,7 @@ class AsyncLLM(EngineClient):
except Exception as e2:
s = (
f"{e.__class__.__name__}: "
+ "error during printing an exception of class"
"error during printing an exception of class"
+ e2.__class__.__name__
)
logger.info("Request %s failed due to %s.", request_id, s)