Commit 19ddd86
committed
Add type stubs for cachetools to fix mypy errors
Added types-cachetools to dev dependencies to resolve mypy type checking errors:
- Library stubs not installed for 'cachetools'
- Returning Any from function declared to return 'ValidationResult | None'
This ensures clean mypy type checking in CI builds.1 parent d9fe7ab commit 19ddd86
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
0 commit comments