Skip to content

Commit 2a65a13

Browse files
authored
[docs] Add types to the attributes section (#82)
1 parent ad74a31 commit 2a65a13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/restate/context.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ class Request:
7979
Represents an ingress request.
8080
8181
Attributes:
82-
id: The unique identifier of the request.
83-
headers: The headers of the request.
84-
attempt_headers: The attempt headers of the request.
82+
id (str): The unique identifier of the request.
83+
headers (dict[str, str]): The headers of the request.
84+
attempt_headers (dict[str, str]): The attempt headers of the request.
8585
body (bytes): The body of the request.
8686
"""
8787
id: str

0 commit comments

Comments
 (0)