summaryrefslogtreecommitdiff
path: root/doc/data/messages/u/useless-param-doc/good.py
blob: 58d8fa0f188169dfe64e557b99e6a57c88715e3d (plain)
1
2
3
4
5
6
def say_hello(_new: str) -> str:
    """say hello!

    :return: comment
    """
    return "hello"