Commit 68018d1
fix: Add type annotation to fix mypy errors in health_check
Add explicit dict[str, dict[str, Any]] annotation to checks_run variable
to allow mixed value types (bool and str) in check result dictionaries.
Fixes mypy type errors for v3.7.0 release validation.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>1 parent 1f6f56d commit 68018d1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| |||
0 commit comments