Skip to content

mypy reports invalid syntax with validators/rules/overlapping_fields_can_be_merged.py:344 #263

Closed
@achimnol

Description

@achimnol

The line 344 and 345 in overlapping_fields_can_be_merged.py causes mypy 0.761 to report invalid syntax error during type checks.

My program with graphql-core runs just fine at runtime and in fact those lines are in a valid Python syntax though look strange (orphaned expressions).

But I think if they aren't intended codes, then I'd like to suggest to fix them.

Here is the CI report link.

Metadata

Metadata

Assignees

No one assigned

    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