Skip to content

Commit f353dbe

Browse files
committed
Changed AppBase
1 parent d15b800 commit f353dbe

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.0.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)