Commit 95333dc
Fix Python ty type error in session transform handler
Use str() to ensure transform callback result is typed as str,
fixing the invalid-assignment error from ty type checker at
session.py:689.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent fb6bae8 commit 95333dc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
686 | 686 | | |
687 | 687 | | |
688 | 688 | | |
689 | | - | |
| 689 | + | |
690 | 690 | | |
691 | 691 | | |
692 | 692 | | |
| |||
0 commit comments