10000 update as fn · PascalSun/graphql-core@1888c67 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1888c67

Browse files
committed
update as fn
1 parent 8bf6cc9 commit 1888c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql/execution/executors/sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ def clean(self):
1212
pass
1313

1414
def execute(self, fn, *args, **kwargs):
15+
print(fn)
1516
# type: (Callable, *Any, **Any) -> Any
16-
print('execute')
1717
return fn(*args, **kwargs)

0 commit comments

Comments
 (0)
0