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
boxes/run: Explicitly define type & remove type-ignores.
One of these are required by the upgrade of mypy to version 1.0.0, which flags
an unnecessary type-ignore as an error.
The other case is a second type-ignore that can be removed via explicitly
typing.
0 commit comments