Commit e35de59
🔧 Auto-fix: Fix mypy type hints
- Add return type annotation to __init__ (-> None)
- Change dict to Dict[str, Any] with proper type parameters
- Fixes mypy type-check errors
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent ae42e25 commit e35de59
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | | - | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | | - | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
0 commit comments