Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Dec 19, 2024
1 parent 20a4031 commit ab967ce
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
WorkflowUpdateFailedError,
)

from message_passing.update_with_start.lazy_init.workflows import (
from message_passing.update_with_start.lazy_initialization.workflows import (
ShoppingCartItem,
ShoppingCartWorkflow,
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from temporalio.client import Client
from temporalio.worker import Worker

from message_passing.update_with_start.lazy_init import TASK_QUEUE, workflows
from message_passing.update_with_start.lazy_initialization import TASK_QUEUE, workflows

interrupt_event = asyncio.Event()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from temporalio import workflow
from temporalio.exceptions import ApplicationError

from message_passing.update_with_start.lazy_init.activities import (
from message_passing.update_with_start.lazy_initialization.activities import (
ShoppingCartItem,
get_price,
)
Expand Down

0 comments on commit ab967ce

Please sign in to comment.