8000 `pp.remove_quotes` has no typing annotations · Issue #585 · pyparsing/pyparsing · GitHub
[go: up one dir, main page]

Skip to content
pp.remove_quotes has no typing annotations #585
Closed
@rafrafek

Description

@rafrafek

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0