send_the_raven.utils.clean_string# send_the_raven.utils.clean_string(input)[source]# Clean address string. Remove extra spaces. Parameters: input (Any) – any variable to be converted to string and cleaned. Returns: cleaned string Return type: str