Skip to content

Commit

Permalink
Remove accidentally added code lines at wrong place (graphql-python#263)
Browse files Browse the repository at this point in the history
Interestingly, they appear as syntax error with mypy
in Python 3.8, but not in Python 3.7.
We should officially support Python 3.8 when gevent 1.5
is available (currently Python 3.8 is not yet supported).
  • Loading branch information
Cito committed Jan 24, 2020
1 parent 1183d55 commit 7946b37
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions graphql/validation/rules/overlapping_fields_can_be_merged.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,9 +341,6 @@ def _collect_conflicts_between_fragments(
fragment_name2,
)

conflicts, # type: List[Tuple[Tuple[str, str], List[Node], List[Node]]]
are_mutually_exclusive, # type: bool


def _find_conflicts_between_sub_selection_sets(
context, # type: ValidationContext
Expand Down

0 comments on commit 7946b37

Please sign in to comment.