Commit 4388e26
committed
R1728: Redundant list comprehension can be replaced using generator
Removing [] inside calls that can use containers or generators should
be considered for performance reasons since a generator will have an
upfront cost to pay. The performance will be better if you are working
with long lists or sets.1 parent dd161df commit 4388e26
0 file changed
0 commit comments