style(proxy): format anthropic compression lambda

This commit is contained in:
JerrettDavis 2026-07-12 16:39:16 -05:00
parent 18e5680be3
commit e164f4f1d9

View file

@ -3434,10 +3434,7 @@ class AnthropicHandlerMixin:
# blocks every other request for the duration; a timeout
# here is caught below and passes the item through.
result = await self._run_compression_in_executor(
lambda messages=messages,
model=model,
context_limit=context_limit,
frozen_message_count=frozen_message_count: (
lambda messages=messages, model=model, context_limit=context_limit, frozen_message_count=frozen_message_count: (
self.anthropic_pipeline.apply(
messages=messages,
model=model,