style: auto-fix linting issues

This commit is contained in:
claude[bot] 2026-04-28 12:55:14 +00:00
parent 02b1a34646
commit c869e64213

View file

@ -323,7 +323,6 @@ async def testgen_go(
return 500, TestGenErrorResponseSchema(error=f"Internal error: {e}")
def _extract_go_code_block(content: str) -> str | None:
"""Fast extraction of the first Go code block that matches the semantics of: