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
Typeshed now uses default of None for the second and third argument to Generator and we've started to change instances of Generator[..., None, None] to just Generator[...]. For readability and consistency, stubgen should do the same.