Commit 560580b
chore: whitelist 'ex' kwarg in _RedisLike Protocol
vulture flagged `ex` as 100% unused in `agentscore_commerce/stripe_multichain/pi_cache.py:45`. It's a kwarg name in the structural-typing Protocol matching `redis.asyncio.Redis.set(..., ex=)` — required for type-checking calls against the redis client, can't be removed.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 4311b44 commit 560580b
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
0 commit comments