Skip to content

Commit a08ba6d

Browse files
committed
add newline
1 parent e71dd19 commit a08ba6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: aws_lambda_powertools/utilities/idempotency/idempotency.py

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ def idempotent_function(
110110
If not supplied, no serialization is done via the NoOpSerializer.
111111
In case a serializer of type inheriting BaseIdempotencyModelSerializer is given,
112112
the serializer is derived from the function return type.
113+
113114
Examples
114115
--------
115116
**Processes an order in an idempotent manner**

0 commit comments

Comments
 (0)