Skip to content

Commit e088c03

Browse files
committed
Returned shuffle tools back to walkoff app sdk
1 parent 9f1c736 commit e088c03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)