style(librarian): apply ruff autofixes to client and tools

Mechanical Optional[X] -> X | None and f-string cleanups so subsequent
librarian changes lint clean against the dirty baseline.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-14 09:58:43 +02:00
co-authored by Claude Fable 5
parent 11405e0acb
commit 6ec77091b6
2 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -635,7 +635,7 @@ async def read_urls_batch(
)
output_parts = [
f"## Batch Content Extraction",
"## Batch Content Extraction",
f"*Extracted {response.successful}/{response.total_urls} URLs in {response.extraction_time_ms}ms*\n",
]