Tomasz Chalupnik

Results 3 comments of Tomasz Chalupnik

From the user's perspective, this is what VSC tells me and what mypy suggests ``` test.py:20: error: Argument "env" to "create_session" of "SSHClientConnection" has incompatible type "int"; expected "tuple[()] |...

Yes, you can either: - Tighten up the allowed types - Merge my code allowing the sequence as the argument Feel free to decide :)