mirror of
https://github.com/codeflash-ai/codeflash-internal.git
synced 2026-05-04 18:25:18 +00:00
style: auto-fix linting issues
This commit is contained in:
parent
ee71e34e51
commit
cbb75f2cba
1 changed files with 0 additions and 1 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue