Skip to content

Commit c446991

Browse files
fix issue
1 parent ad44e7b commit c446991

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

aws-guardduty/1.0.0/src/app.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
import botocore
88
from botocore.config import Config
99

10-
from walkoff_app_sdk.app_base import AppBase
10+
#from walkoff_app_sdk.app_base import AppBase
11+
from shuffle_sdk import AppBase
12+
1113

1214
class AWSGuardduty(AppBase):
1315
__version__ = "1.0.0"

0 commit comments

Comments
 (0)