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
{{ message }}
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
ResultIterable.data currently we use typing.Iterable, while in fact we need an equivalent of Interection[Iterable, Sized]. This depends on python/typing#213
The text was updated successfully, but these errors were encountered:
ResultIterable.data
currently we usetyping.Iterable
, while in fact we need an equivalent ofInterection[Iterable, Sized]
. This depends on python/typing#213The text was updated successfully, but these errors were encountered: