def say_hello(_new: str) -> str: # [useless-param-doc] """say hello! :param _new: :return: comment """ return "hello"