Make __implementation as abstarctproperty and Handle inherit from ABC class
Fixes mypy errors: - package/test_tools/__private/user_handles/handles/node_handles/remote_node_handle.py:16: error: Signature of "__implementation" incompatible with supertype "Handle" - package/test_tools/__private/user_handles/handles/node_handles/node_handle_base.py:26: error: Signature of "__implementation" incompatible with supertype "Handle" - package/test_tools/__private/user_handles/handles/network_handle.py:17: error: Signature of "__implementation" incompatible with supertype "Handle"
Loading
Please sign in to comment