ARM-software / trappy

This repository has moved to https://gitlab.arm.com/tooling/trappy
Apache License 2.0
60 stars 39 forks source link

ILinePlot: simplify generator expression #283

Closed JaviMerino closed 5 years ago

JaviMerino commented 5 years ago

It's pointless to iterate through the items of a dictionary, only to discard the keys. Iterate through the values and you don't have to drop anything.