Skip to content

Commit 67b16d4

Browse files
committed
Rebuild with right sdk
1 parent ab31917 commit 67b16d4

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
@@ -37,8 +37,8 @@
3737
import concurrent.futures
3838
import multiprocessing
3939

40-
#from walkoff_app_sdk.app_base import AppBase
41-
from shuffle_sdk import AppBase
40+
from walkoff_app_sdk.app_base import AppBase
41+
#from shuffle_sdk import AppBase
4242

4343
class Tools(AppBase):
4444
__version__ = "1.2.0"

0 commit comments

Comments
 (0)