Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add typing overloads for sweep_for_advancements
This makes it so type-checkers and IDEs can see which calls return `None` and which calls return `Iterator` so that it doesn't complain about returning an `Iterator` from `sweep_for_events` or about iterating through `None` in `can_beat_game`. Co-authored-by: Doug Hoskisson <[email protected]>
- Loading branch information