]> git.ipfire.org Git - thirdparty/u-boot.git/commit
patman: Use defaultdict directly
authorSimon Glass <sjg@chromium.org>
Tue, 29 Apr 2025 13:22:23 +0000 (07:22 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:41 +0000 (10:07 +0100)
commit39f258494fd035cc7b96d904adc70a91f0bb7a7a
treeeb5ce4c192ee45f45cc5d372c7285900da5053a7
parent0fb0b46200998461fd532ddd928cc0451246bd6a
patman: Use defaultdict directly

Import defaultdict to avoid needing to specify its module in multiple
places. Fix an extra blank line while here.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/status.py