Commit 29f8916
fix: Add missing logger declaration in _check_and_load_cache
The regex import removal was too aggressive and removed logger
from _check_and_load_cache method scope. Added it back.
Fixes CI pyright errors.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
EOF1 parent 459c1c3 commit 29f8916
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
| 450 | + | |
| 451 | + | |
450 | 452 | | |
451 | 453 | | |
452 | 454 | | |
| |||
0 commit comments