Skip to content

Commit dbdde2c

Browse files
committed
Updates the type hint on ws_shutdown_timer in RetryAsyncSubstrate to match that of AsyncSubstrateInterface.
1 parent 2fdfd21 commit dbdde2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

async_substrate_interface/substrate_addons.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def __init__(
264264
_mock: bool = False,
265265
_log_raw_websockets: bool = False,
266266
archive_nodes: Optional[list[str]] = None,
267-
ws_shutdown_timer: float = 5.0,
267+
ws_shutdown_timer: Optional[float] = 5.0,
268268
):
269269
fallback_chains = fallback_chains or []
270270
archive_nodes = archive_nodes or []

0 commit comments

Comments
 (0)