Skip to content

Commit aeb1b39

Browse files
committed
Cleanup
1 parent f45d1be commit aeb1b39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/nexus/test_workflow_caller_cancellation_types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from tests.helpers.nexus import create_nexus_endpoint, make_nexus_endpoint_name
2020

2121

22-
@workflow.defn(sandboxed=False)
22+
@workflow.defn
2323
class HandlerWorkflow:
2424
@workflow.run
2525
async def run(self) -> None:
@@ -55,7 +55,7 @@ class CancellationResult:
5555
caller_unblock_time: datetime
5656

5757

58-
@workflow.defn(sandboxed=False)
58+
@workflow.defn
5959
class CallerWorkflow:
6060
@workflow.init
6161
def __init__(self, input: Input):

0 commit comments

Comments
 (0)