Skip to content

Commit 2879aaf

Browse files
committed
Fixed PEP8 error
1 parent f010b92 commit 2879aaf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graphql/validation/rules/overlapping_fields_can_be_merged.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ def find_conflict(self, parent_fields_are_mutually_exclusive, response_name, fie
6868

6969
self.compared_set.add(ast1, ast2)
7070

71-
7271
# The return type for each field.
7372
type1 = def1 and def1.type
7473
type2 = def2 and def2.type

0 commit comments

Comments
 (0)