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
Prospector 1.7.7 pulls in a newer pylint which give an
unnecessary-list-index-lookup error for new PRs. This commit fixes the
issue by accessing the value directly when iterating over an enumeration
instead of accessing the value by index lookup.
Signed-off-by: Rose Judge <[email protected]>
0 commit comments