summaryrefslogtreecommitdiff
path: root/doc/data/messages/r/redundant-yields-doc/bad.py
blob: c2d1e68758b69f823f0bc2b579856c302ff66155 (plain)
1
2
3
4
5
6
7
8
9
def give_fruits(fruits):  # [redundant-yields-doc]
    """Something about fruits

    Yields
    -------
        list
            fruits
    """
    return fruits