Looping over the .keys() method of a dictionary is an anti-pattern. In fact, the method is actually creating a new list which is redundant and unnecessary. Looping over a dictionary implicitly loops over its keys. Change-Id: I937d3f060bf95bb86e50fcb5dec8def524f6208echanges/13/340413/1
parent
20d880abec
commit
a72f2c6fb7
Loading…
Reference in new issue