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 9f1c736 commit e088c03Copy full SHA for e088c03
shuffle-tools/1.2.0/src/app.py
@@ -41,8 +41,8 @@
41
import concurrent.futures
42
import multiprocessing
43
44
-#from walkoff_app_sdk.app_base import AppBase
45
-from shuffle_sdk import AppBase
+from walkoff_app_sdk.app_base import AppBase
+#from shuffle_sdk import AppBase
46
47
# Override exit(), sys.exit, and os._exit
48
# sys.exit() can be caught, meaning we can have a custom handler for it
0 commit comments