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
Given list(x for x in y), we first hit C400, which fixes to [x for x in y], which hits C416, which fixes to list(y). We should consider short-circuiting this.