style: auto-fix linting issues

This commit is contained in:
claude[bot] 2026-04-28 12:54:06 +00:00
parent ee71e34e51
commit cbb75f2cba

View file

@ -321,7 +321,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: