Skip to content

Commit 294a37d

Browse files
committed
Fixed shuffle tools to also use shuffle_sdk instead of old docker container source
1 parent cd5062a commit 294a37d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

shuffle-tools/1.2.0/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ json2xml==5.0.5
88
ipaddress==1.0.23
99
google.auth==2.37.0
1010
paramiko==3.5.0
11-
shuffle-sdk==0.0.8
11+
shuffle-sdk==0.0.10

shuffle-tools/1.2.0/src/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
import concurrent.futures
4242
import multiprocessing
4343

44-
from walkoff_app_sdk.app_base import AppBase
45-
#from shuffle_sdk import AppBase
44+
#from walkoff_app_sdk.app_base import AppBase
45+
from shuffle_sdk import AppBase
4646

4747
# Override exit(), sys.exit, and os._exit
4848
# sys.exit() can be caught, meaning we can have a custom handler for it

0 commit comments

Comments
 (0)