mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-23 15:54:21 -09:00
There is no need to get both the key and the value out of the dict if the key is not used, so use dict.values() instead. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>