ruff
1b0ee467
- [ty] Use `range` instead of custom `IntIterable` (#21138)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#21138 - [ty] Use `range` instead of custom `IntIterable`
Author
sharkdp
Parents
1ebedf6d
Loading