Skip to content

Commit 76ea7d7

Browse files
committed
schema now use default executor
1 parent 84834d1 commit 76ea7d7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

graphene/core/schema.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ def T(self, _type):
6666

6767
@property
6868
def executor(self):
69-
if not self._executor:
70-
self._executor = SyncExecutor()
7169
return self._executor
7270

7371
@executor.setter

0 commit comments

Comments
 (0)