def _white_space_fix()

in drop_eval.py [0:0]


def _white_space_fix(text: str) -> str:
    return " ".join(text.split())