You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments