mirror of
https://github.com/codeflash-ai/codeflash-internal.git
synced 2026-05-04 18:25:18 +00:00
style: auto-fix linting issues
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c8d6b51969
commit
133b1a4595
1 changed files with 0 additions and 2 deletions
|
|
@ -67,7 +67,6 @@ async def optimize_go_code_single(
|
||||||
if logging.getLogger(__name__).isEnabledFor(logging.DEBUG):
|
if logging.getLogger(__name__).isEnabledFor(logging.DEBUG):
|
||||||
debug_log_sensitive_data(f"Optimizing Go code for user {user_id}:\n{source_code}")
|
debug_log_sensitive_data(f"Optimizing Go code for user {user_id}:\n{source_code}")
|
||||||
|
|
||||||
|
|
||||||
is_multi_file = is_multi_context_go(source_code)
|
is_multi_file = is_multi_context_go(source_code)
|
||||||
original_file_to_code: dict[str, str] = {}
|
original_file_to_code: dict[str, str] = {}
|
||||||
|
|
||||||
|
|
@ -121,7 +120,6 @@ async def optimize_go_code_single(
|
||||||
lambda: f"LLM optimization response:\n{output.raw_response.model_dump_json(indent=2)}"
|
lambda: f"LLM optimization response:\n{output.raw_response.model_dump_json(indent=2)}"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
if output.raw_response.usage is not None:
|
if output.raw_response.usage is not None:
|
||||||
ph(
|
ph(
|
||||||
user_id,
|
user_id,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue