From: Eric Wong Date: Thu, 19 Jan 2023 20:32:37 +0000 (+0000) Subject: qspawn: drop unnecessary awaitpid import X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=5a52841422b46646c1e6d2f93c8c14d1d24a0544;hp=5a52841422b46646c1e6d2f93c8c14d1d24a0544;p=public-inbox.git qspawn: drop unnecessary awaitpid import We don't actually need to call awaitpid here, ProcessPipe will take care of that. ---