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 range(len(self.args)) in favor of enumerate (aimacode#649)
Throw away the second argument returned by enumerate as we do not use it. Otherwise, name `_` arg simplify the rest of this function using the returned values rather than just indexes.
0 commit comments