Skip to content

Commit 9b78558

Browse files
filintodacroca
andauthored
Update dapr/aio/clients/__init__.py
Co-authored-by: Albert Callarisa <[email protected]> Signed-off-by: Filinto Duran <[email protected]>
1 parent f7547a6 commit 9b78558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dapr/aio/clients/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def __init__(
9292
if http_timeout_seconds is None:
9393
http_timeout_seconds = settings.DAPR_HTTP_TIMEOUT_SECONDS
9494
self.invocation_client = DaprInvocationHttpClient(
95-
headers_callback=headers_callback, timeout=http_timeout_seconds, api_token=api_token
95+
headers_callback=headers_callback, timeout=http_timeout_seconds, api_token
9696
)
9797
elif invocation_protocol == 'GRPC':
9898
pass

0 commit comments

Comments
 (0)