in aidial_analytics_realtime/rates.py [0:0]
def get_chars_without_whitespaces(a: str): return sum([1 if i != " " else 0 for i in a])