UP028 does not work when there are multiple yield loops in a function Code example: ```python def text_not_ok(): a = [1, 2, 3] for photo in a: yield photo for photo in a: yield photo ``` https://play.ruff.rs/b9748aaf-8e8c-45cd-8138-20f41013b979