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
`pylint` doesn't like calling dunder methods explicitly and `anext()`
was added in Python 3.10. Since we depend on Python 3.11 we can just use
`anext()` and make `pylint` happy.
Signed-off-by: Leandro Lucarella <[email protected]>
0 commit comments