Commit abf27fe
fix: fix annotated typing (#1692)
* chore: fix annotated typing
c
* fix(annotated): drop unnecessary string annotations, add changelog
Address review feedback on PR #1692:
- Remove forward-reference quotes from _WithAnnotatedDecorator.__call__
since Callable, _CommandParams, and _CommandReturn are already in scope
- Add a Bug Fixes changelog entry for the with_annotated type-hint fix
---------
Co-authored-by: Todd Leonhardt <todd.leonhardt@gmail.com>1 parent 99173cc commit abf27fe
2 files changed
Lines changed: 19 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
8 | 13 | | |
9 | 14 | | |
10 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| 201 | + | |
| 202 | + | |
201 | 203 | | |
202 | 204 | | |
203 | 205 | | |
| |||
2137 | 2139 | | |
2138 | 2140 | | |
2139 | 2141 | | |
| 2142 | + | |
| 2143 | + | |
| 2144 | + | |
| 2145 | + | |
| 2146 | + | |
| 2147 | + | |
| 2148 | + | |
| 2149 | + | |
| 2150 | + | |
| 2151 | + | |
2140 | 2152 | | |
2141 | | - | |
| 2153 | + | |
2142 | 2154 | | |
2143 | 2155 | | |
2144 | 2156 | | |
| |||
2161 | 2173 | | |
2162 | 2174 | | |
2163 | 2175 | | |
2164 | | - | |
| 2176 | + | |
2165 | 2177 | | |
2166 | 2178 | | |
2167 | 2179 | | |
| |||
0 commit comments