Remove a list comprehension, because a loop over the list
is done afterwards anyway, so what the list comp does can be done in the loop.
Showing
Please register or sign in to comment
is done afterwards anyway, so what the list comp does can be done in the loop.