Suppress mypy warning as we re sure that connected_node is not None
Fixes mypy errors: - package/test_tools/__private/wallet.py:1068: error: Item "None" of "Union[None, Node, RemoteNode]" has no attribute "is_running" - package/test_tools/__private/wallet.py:1094: error: Item "None" of "Union[None, Node, RemoteNode]" has no attribute "get_ws_endpoint"
Loading
Please sign in to comment