From dc082f879ae0715eb0cef84f00d0afd9aa51af16 Mon Sep 17 00:00:00 2001 From: igalshilman Date: Wed, 23 Apr 2025 13:04:31 +0200 Subject: [PATCH] [docs] Add types to the attributes section --- python/restate/context.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/restate/context.py b/python/restate/context.py index 17c5fb9..5878142 100644 --- a/python/restate/context.py +++ b/python/restate/context.py @@ -79,9 +79,9 @@ class Request: Represents an ingress request. Attributes: - id: The unique identifier of the request. - headers: The headers of the request. - attempt_headers: The attempt headers of the request. + id (str): The unique identifier of the request. + headers (dict[str, str]): The headers of the request. + attempt_headers (dict[str, str]): The attempt headers of the request. body (bytes): The body of the request. """ id: str