Commit 4b2d714
Fix mypy errors in test_symbols and server SZL list
- test_symbols.py: use isinstance check for ValueType union
- server/__init__.py: avoid bytes/bytearray type mismatch in SZL list
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 94eb573 commit 4b2d714
2 files changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1704 | 1704 | | |
1705 | 1705 | | |
1706 | 1706 | | |
1707 | | - | |
| 1707 | + | |
1708 | 1708 | | |
1709 | | - | |
1710 | | - | |
| 1709 | + | |
| 1710 | + | |
1711 | 1711 | | |
1712 | 1712 | | |
1713 | 1713 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | | - | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
411 | 413 | | |
412 | 414 | | |
413 | 415 | | |
| |||
0 commit comments