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 0b7ed86 commit 27e41ddCopy full SHA for 27e41dd
shuffle-tools/1.2.0/requirements.txt
@@ -8,3 +8,4 @@ json2xml==5.0.5
8
ipaddress==1.0.23
9
google.auth==2.37.0
10
paramiko==3.5.0
11
+shuffle-sdk==0.0.6
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