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
Remove unnecessary try-except block that was catching TypeError during iteration.
The validation logic doesn't need exception handling since we're only checking
types of items in a list/tuple that we've already confirmed exists.
0 commit comments