Skip to content

Commit 220b641

Browse files
committed
fix typing
Signed-off-by: Patrick Assuied <[email protected]>
1 parent adad032 commit 220b641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dapr/clients/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def __init__(
116116
self._reason = reason
117117
error_code: str = ERROR_CODE_UNKNOWN
118118
message: Optional[str] = None
119-
error_info: dict = None
119+
error_info: Optional[dict] = None
120120

121121
if (raw_response_bytes is None or len(raw_response_bytes) == 0) and status_code == 404:
122122
error_code = ERROR_CODE_DOES_NOT_EXIST

0 commit comments

Comments
 (0)