From 9f08c70c99d00e2399ce5744dcf2f9b7ccf91e0c Mon Sep 17 00:00:00 2001 From: bdhimes Date: Fri, 10 Oct 2025 16:24:47 +0200 Subject: [PATCH] Another missed type hint change --- async_substrate_interface/async_substrate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async_substrate_interface/async_substrate.py b/async_substrate_interface/async_substrate.py index a93af0c..0fe3969 100644 --- a/async_substrate_interface/async_substrate.py +++ b/async_substrate_interface/async_substrate.py @@ -874,7 +874,7 @@ def __init__( retry_timeout: float = 60.0, _mock: bool = False, _log_raw_websockets: bool = False, - ws_shutdown_timer: float = 5.0, + ws_shutdown_timer: Optional[float] = 5.0, decode_ss58: bool = False, ): """