Skip to content

Commit 56365e0

Browse files
committed
style: apply ruff-format to test_cache_api.py
1 parent 49631eb commit 56365e0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/anoph/test_cache_api.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ def test_clear_cache_all(fixture, api):
8181

8282
# Verify something is cached.
8383
info_before = api.cache_info()
84-
has_entries = any(v["entries"] > 0 for v in info_before.values() if v["kind"] == "dict")
84+
has_entries = any(
85+
v["entries"] > 0 for v in info_before.values() if v["kind"] == "dict"
86+
)
8587
assert has_entries, "Expected at least one populated dict cache"
8688

8789
# Clear all.

0 commit comments

Comments
 (0)