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
from t.Iterable[V] to t.Iterator[V] fixes the mypy error, but it requires that you declare the type of x.
I'm also not sure if it's the correct thing to do type wise.
xxx.py:
mypy error:
Environment:
The text was updated successfully, but these errors were encountered: