commit | 3729b8bca49c23ec38fa136af7d453f3d5b7ae80 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Apr 29 07:22:24 2025 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue May 27 10:07:41 2025 +0100 |
tree | 7d4eeda8054b02711996ec04b58a2670a5b41319 | |
parent | 21a23c2433656f132e9741effff1d73e5050f637 [diff] |
patman: Switch over to asyncio Now that all the pieces are in place, switch over from using an executor to using asyncio. While we are here, import defaultdict to avoid needing to specify its module. Signed-off-by: Simon Glass <sjg@chromium.org>