ruff
1b0ee467 - [ty] Use `range` instead of custom `IntIterable` (#21138)

Commit
125 days ago
[ty] Use `range` instead of custom `IntIterable` (#21138) ## Summary We previously didn't understand `range` and wrote these custom `IntIterable`/`IntIterator` classes for tests. We can now remove them and make the tests shorter in some places.
Author
Parents
Loading