We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad44e7b commit c446991Copy full SHA for c446991
1 file changed
aws-guardduty/1.0.0/src/app.py
@@ -7,7 +7,9 @@
7
import botocore
8
from botocore.config import Config
9
10
-from walkoff_app_sdk.app_base import AppBase
+#from walkoff_app_sdk.app_base import AppBase
11
+from shuffle_sdk import AppBase
12
+
13
14
class AWSGuardduty(AppBase):
15
__version__ = "1.0.0"
0 commit comments