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 3fb08b3 commit 95a0440Copy full SHA for 95a0440
osbot_aws/flows/Flow_Events__To__S3.py
@@ -5,8 +5,8 @@
5
from osbot_utils.decorators.methods.cache_on_self import cache_on_self
6
from osbot_aws.aws.s3.S3 import S3
7
from osbot_utils.helpers.flows.models.Flow_Run__Event import Flow_Run__Event
8
-from osbot_utils.type_safe.Type_Safe import Type_Safe
9
-from osbot_utils.helpers.flows.Flow__Events import flow_events
+from osbot_utils.type_safe.Type_Safe import Type_Safe
+from osbot_utils.helpers.flows.actions.Flow__Events import flow_events
10
11
S3_Folder_NAME__EVENTS_TO_PROCESS = 'events_to_process'
12
#S3_Folder_NAME__EVENTS_PROCESSED = 'events_processed'
0 commit comments