Skip to content

Commit 7620915

Browse files
author
Astraea Quinn S
authored
Apply suggestion from @PartiallyUntyped
1 parent 94e13d9 commit 7620915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aws_durable_execution_sdk_python/execution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def wrapper(event: Any, context: LambdaContext) -> MutableMapping[str, Any]:
265265
invocation_input.initial_execution_state.get_input_payload()
266266
)
267267

268-
input_event: MutableMapping[str, Any] = {} # type ignore
268+
input_event: MutableMapping[str, Any] = {}
269269
if raw_input_payload and raw_input_payload.strip():
270270
input_event = deserialize(
271271
serdes=input_serdes,

0 commit comments

Comments
 (0)