Commit d6bb20c
Drop unused type-ignore comments on bytes args to setinputsizes test
Mypy flagged the ``# type: ignore[arg-type]`` comments as unused —
the cursor.setinputsizes overload accepts ``object``-shaped args at
the type-stub level, so the ignores were never live. Remove them so
``--warn-unused-ignores`` stays clean.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 51690ea commit d6bb20c
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
0 commit comments