Commit 0b95396
fix(types): add type hint to on_policy_selected callback (#743)
* fix(types): add type hint to on_policy_selected callback
Add ConfirmationPolicyBase type hint to the callback parameter
and -> None return type annotation.
Addresses item from code quality report.
Co-authored-by: openhands <openhands@all-hands.dev>
Closes #741
* chore: kick off CI for PR #743
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: enyst <engel.nyst@gmail.com>1 parent 763b4b4 commit 0b95396
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
136 | 137 | | |
137 | 138 | | |
138 | 139 | | |
139 | | - | |
| 140 | + | |
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
| |||
0 commit comments