Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Provide a sequence to random.sample
The sample function used to automatically convert sets to sequences but that is no longer supported starting in 3.11 so we have to do it manually. Reference: https://docs.python.org/3/library/random.html#random.sample
- Loading branch information