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: