Closed
Description
Hi! Currently pp.remove_quotes
has no typing annotations, which confuses VS Code:
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?
Metadata
Metadata
Assignees
Labels
No labels