Commit 0a13fbd
Fix mypy problem on Windows due to platform differences
As reported in <#678 (comment)>,
mypy was failing on Windows due to an unnecessary type: ignore.
This fixes it by ignoring the unused-ignore so that Windows is covered.1 parent bc3dda0 commit 0a13fbd
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
288 | 292 | | |
289 | 293 | | |
290 | 294 | | |
| |||
0 commit comments