Skip to content

Commit 6052783

Browse files
committed
remove redundant type annotation
1 parent ba2ebc6 commit 6052783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/idempotency/src/working_with_idempotent_function_custom_output_serializer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def custom_from_dict(x: Dict) -> Any:
3838
return OrderOutput(**x)
3939

4040

41-
order_output_serializer: CustomDictSerializer = CustomDictSerializer(
41+
order_output_serializer = CustomDictSerializer(
4242
to_dict=custom_to_dict,
4343
from_dict=custom_from_dict,
4444
)

0 commit comments

Comments
 (0)