You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.