Skip to content

Commit 9f08c70

Browse files
committed
Another missed type hint change
1 parent 8926b3e commit 9f08c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

async_substrate_interface/async_substrate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ def __init__(
874874
retry_timeout: float = 60.0,
875875
_mock: bool = False,
876876
_log_raw_websockets: bool = False,
877-
ws_shutdown_timer: float = 5.0,
877+
ws_shutdown_timer: Optional[float] = 5.0,
878878
decode_ss58: bool = False,
879879
):
880880
"""

0 commit comments

Comments
 (0)