Skip to content

Commit 95a0440

Browse files
committed
minor fix
1 parent 3fb08b3 commit 95a0440

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

osbot_aws/flows/Flow_Events__To__S3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
from osbot_utils.decorators.methods.cache_on_self import cache_on_self
66
from osbot_aws.aws.s3.S3 import S3
77
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
8+
from osbot_utils.type_safe.Type_Safe import Type_Safe
9+
from osbot_utils.helpers.flows.actions.Flow__Events import flow_events
1010

1111
S3_Folder_NAME__EVENTS_TO_PROCESS = 'events_to_process'
1212
#S3_Folder_NAME__EVENTS_PROCESSED = 'events_processed'

0 commit comments

Comments
 (0)