Skip to content

Commit 7946b37

Browse files
committed
Remove accidentally added code lines at wrong place (#263)
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).
1 parent 1183d55 commit 7946b37

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

graphql/validation/rules/overlapping_fields_can_be_merged.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,6 @@ def _collect_conflicts_between_fragments(
341341
fragment_name2,
342342
)
343343

344-
conflicts, # type: List[Tuple[Tuple[str, str], List[Node], List[Node]]]
345-
are_mutually_exclusive, # type: bool
346-
347344

348345
def _find_conflicts_between_sub_selection_sets(
349346
context, # type: ValidationContext

0 commit comments

Comments
 (0)