Commit 69bf36b
committed
test(core): fix missing type: ignore on backend=None in multi-line call
In multi-line calls, # type: ignore only suppresses errors on its own
line. The backend=None argument was uncovered; add the ignore there too.
Assisted-by: Claude Code
Signed-off-by: Nigel Jones <jonesn@uk.ibm.com>1 parent 33e6342 commit 69bf36b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
0 commit comments