Commit a908a24
Daniel Wagenknecht
step: remove step parameter from decorated functions signature
The step parameter that some functions decorated with @step take is for
internal use only and passing it as an argument when calling the wrapped
function has no effect. For the inspect tooling to report the correct
signature for the wrapped function we need to remove the parameter from
the list.
Signed-off-by: Daniel Wagenknecht <dwagenknecht@emlix.com>1 parent ef0f630 commit a908a24
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
230 | 233 | | |
231 | 234 | | |
232 | 235 | | |
0 commit comments