Skip to content

Commit b91299b

Browse files
authored
Merge pull request #204 from opentensor/fix/thewhaleking/correct-type-hint
correct type hint
2 parents 8926b3e + 9f08c70 commit b91299b

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)