We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8681419 commit 531a9f9Copy full SHA for 531a9f9
deepaas/model/v2/executor.py
@@ -73,5 +73,5 @@ def submit(self, fn, *args, **kwargs):
73
fut = self.client.submit(fn, *args, **kwargs)
74
return fut
75
76
- def shutdown():
+ def shutdown(self):
77
self.client.shutdown()
0 commit comments