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
C0201 - Consider iterating the dictionary directly instead of calling .keys()
It is enough to just iterate through the dictionary like: for key in dictionary
The text was updated successfully, but these errors were encountered:
C0201 - Consider iterating the dictionary directly instead of calling .keys()
It is enough to just iterate through the dictionary like:
for key in dictionary
The text was updated successfully, but these errors were encountered: