You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use generator instead of list comprehension (#1139)
Using a container in place of a generator for calls that can accept
both, slows down the performance. Consider using generators for all
function calls which accept both containers and genertors.
0 commit comments