style: auto-fix linting issues

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
claude[bot] 2026-04-30 19:53:41 +00:00
parent c8d6b51969
commit 133b1a4595

View file

@ -67,7 +67,6 @@ async def optimize_go_code_single(
if logging.getLogger(__name__).isEnabledFor(logging.DEBUG):
debug_log_sensitive_data(f"Optimizing Go code for user {user_id}:\n{source_code}")
is_multi_file = is_multi_context_go(source_code)
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)}"
)
if output.raw_response.usage is not None:
ph(
user_id,