schema now use default executor

This commit is contained in:
Alec Aivazis 2016-05-06 23:25:47 -07:00
parent 84834d1218
commit 76ea7d7637

View File

@ -66,8 +66,6 @@ class Schema(object):
@property @property
def executor(self): def executor(self):
if not self._executor:
self._executor = SyncExecutor()
return self._executor return self._executor
@executor.setter @executor.setter