Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update a yield statement loop to a yield from statement
Pylint added a new `use-yield-from` in [version 3.1]. This results in a single linting error when running `tox`. This change updates a `yield` within a loop to a `yield from` per the linter's recommendation. [version 3.1]: https://pylint.readthedocs.io/en/stable/whatsnew/3/3.1/
- Loading branch information