See: https://github.com/python/mypy/issues/14631 I'm opening an issue here as well, to discuss it from the asyncssh side. So, basically: `mypy -c 'import asyncssh'` fails. The code in question which I think is problematic is this: https://github.com/ronf/asyncssh/blob/develop/asyncssh/connection.py#L181