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
The loop object is expected to be an iterable. The code actually calls iter() on it before the loop to enforce that. I'm not sure why the analysis thought it might not be.