mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
style: ruff format tests/test_transforms_search_compressor.py
This commit is contained in:
parent
4d799d5264
commit
1de32b1437
1 changed files with 2 additions and 3 deletions
|
|
@ -110,10 +110,9 @@ def test_search_compressor_persist_to_python_ccr(monkeypatch: pytest.MonkeyPatch
|
|||
"headroom.cache.compression_store",
|
||||
SimpleNamespace(
|
||||
get_compression_store=lambda: SimpleNamespace(
|
||||
store=lambda original, compressed, original_item_count=0: seen.setdefault(
|
||||
"call", (original, compressed)
|
||||
store=lambda original, compressed, original_item_count=0: (
|
||||
seen.setdefault("call", (original, compressed)) or "stored-key"
|
||||
)
|
||||
or "stored-key"
|
||||
)
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue