From cbb75f2cba00d20d2f9674e00a3c3e10883d0b74 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 12:54:06 +0000 Subject: [PATCH] style: auto-fix linting issues --- django/aiservice/core/languages/go/testgen.py | 1 - 1 file changed, 1 deletion(-) diff --git a/django/aiservice/core/languages/go/testgen.py b/django/aiservice/core/languages/go/testgen.py index c6bdd06b5..4c8aa530d 100644 --- a/django/aiservice/core/languages/go/testgen.py +++ b/django/aiservice/core/languages/go/testgen.py @@ -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: