def _remove_pct_symbol()

in ptr.py [0:0]


def _remove_pct_symbol(pct_str: str) -> str:
    return pct_str.strip().replace("%", "")