Skip to content

ILinePlot: simplify generator expression

Javi Merino requested to merge github/fork/JaviMerino/simplify_generator into master

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.

Merge request reports