Skip to content

Commit bd0f332

Browse files
committed
2 parents 35c67b7 + 333fddb commit bd0f332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graphql/language/visitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def enter(self, node, key, parent, path, ancestors):
127127
# any other value: replace this node with the returned value
128128
return
129129
130-
def enter(self, node, key, parent, path, ancestors):
130+
def leave(self, node, key, parent, path, ancestors):
131131
# The return value has the following meaning:
132132
# IDLE (None) or SKIP: no action
133133
# BREAK: stop visiting altogether

0 commit comments

Comments
 (0)