Skip to content

Commit 9643d7a

Browse files
committed
chore: added typing support
1 parent 452c150 commit 9643d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rigging/generator/http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ async def _generate_message(
310310
)
311311

312312
# Conditionally set the timeout to avoid overriding the default "unset" value
313-
kwargs = {}
313+
kwargs: dict[str, t.Any] = {}
314314
if self.spec.request.timeout is not None:
315315
kwargs["timeout"] = self.spec.request.timeout
316316
elif params.timeout is not None:

0 commit comments

Comments
 (0)