Skip to content

Commit 217f2a1

Browse files
Adding docstring
1 parent 5e8380a commit 217f2a1

File tree

1 file changed

+1
-0
lines changed
  • aws_lambda_powertools/utilities/kafka_consumer/serialization

1 file changed

+1
-0
lines changed

aws_lambda_powertools/utilities/kafka_consumer/serialization/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class OutputSerializerBase(ABC):
2828
... return output_class(**data)
2929
... return data # Return as is if no output class provided
3030
"""
31+
3132
@abstractmethod
3233
def serialize(self, data: dict[str, Any], output_class: type[T] | None = None) -> T | dict[str, Any]:
3334
"""

0 commit comments

Comments
 (0)