Skip to content

Commit d15b800

Browse files
committed
Rebuild subflow with new app sdk
1 parent 4337472 commit d15b800

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
requests==2.32.4
1+
requests==2.32.4
2+
shuffle-sdk

shuffle-subflow/1.1.0/src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import json
22
import requests
33

4-
from walkoff_app_sdk.app_base import AppBase
4+
from shuffle_sdk import AppBase
55

66
class Subflow(AppBase):
77
"""

0 commit comments

Comments
 (0)