Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(api): Do not pass loop arg to subproc
asyncio subprocess used to need loop; now it doesn't. For a minimum-affected fix, just don't pass loop to the subprocess invocations while keeping it in the top level environment. Closes RQA-2417
- Loading branch information