Commit 534ae40
fix(python): use typed annotations in _handle_permission_request
Use PermissionRequest and PermissionRequestResult types instead of
plain dict to fix ty type checker errors from stricter enforcement.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 03acc9b commit 534ae40
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
308 | 310 | | |
309 | 311 | | |
310 | 312 | | |
311 | | - | |
| 313 | + | |
312 | 314 | | |
313 | 315 | | |
314 | 316 | | |
| |||
0 commit comments