Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend IndexType to explicitly have list[int]:
* mypy can't infer that this type is also permitted and so it complains that Collector._reset_state's id is not compatible when used inside the function (e.g. state.empty_(id) when state is Batch)
- Loading branch information