Commit bccaedb
fix: add str() cast in fetch_entity_category for mypy
categories.get(scope) returns Any from untyped dict; cast to
str to match declared str | None return type.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 34e89ee commit bccaedb
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
391 | | - | |
| 391 | + | |
| 392 | + | |
392 | 393 | | |
393 | 394 | | |
394 | 395 | | |
| |||
0 commit comments