forked from VimPlug/jedi
This avoids mypy complaining that we need to provide a generic argument to Popen, which we cannot acctually do as the implementation of Popen does not inherit from typing.Generic.
This avoids mypy complaining that we need to provide a generic argument to Popen, which we cannot acctually do as the implementation of Popen does not inherit from typing.Generic.