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 cd5062a commit 294a37dCopy full SHA for 294a37d
shuffle-tools/1.2.0/requirements.txt
@@ -8,4 +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.8
+shuffle-sdk==0.0.10
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