Add trailing underscone to local variable name to avoid overriding
Fixes mypy error: - package/test_tools/__private/user_handles/handles/wallet_handle.py:41: error: Argument "attach_to" to "Wallet" has incompatible type "Union[NodeHandleBase, RemoteNodeHandle, None]"; expected "Union[None, Node, RemoteNode]"
Loading
Please sign in to comment