Skip to content

Commit f5073e4

Browse files
committed
fix: formatting
1 parent 5999bda commit f5073e4

File tree

1 file changed

+1
-1
lines changed
  • src/aws_durable_execution_sdk_python_testing

1 file changed

+1
-1
lines changed

src/aws_durable_execution_sdk_python_testing/executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def start_execution(
8282
tenant_id=input.tenant_id,
8383
input=input.input,
8484
)
85-
85+
8686
execution = Execution.new(input=input)
8787
execution.start()
8888
self._store.save(execution)

0 commit comments

Comments
 (0)