tractor
tractor copied to clipboard
Add back latest mypy since `trio-typing` 0.7.0 is now compat
After https://github.com/python-trio/trio-typing/issues/50 was fixed but now we have more errors from latest mypy 😂
Lurkerz help!
tractor/trionics/_mngrs.py:90: error: Argument 1 to "tuple" has incompatible type "ValuesView[Optional[Any]]"; expected "Iterable[T]"
wat.
Landed as part of #335.