Skip to content

Commit 8926b3e

Browse files
authored
Merge pull request #203 from opentensor/fix/thewhaleking/update-type-hint-on-retryasyncsubstrate
Updates the type hint on ws_shutdown_timer in RetryAsyncSubstrate
2 parents 2fdfd21 + dbdde2c commit 8926b3e

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)