Hi! Currently `pp.remove_quotes` has no typing annotations, which confuses VS Code: ```python def remove_quotes( s: Unknown, l: Unknown, t: Unknown ) -> Unknown ``` https://github.com/pyparsing/pyparsing/blob/master/pyparsing/actions.py#L63 Could you add the annotations?