We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b5941 commit e158532Copy full SHA for e158532
src/ansys/geometry/core/tools/repair_tools.py
@@ -31,7 +31,6 @@
31
InspectGeometryResult,
32
InspectGeometryResultIssue,
33
)
34
-from ansys.api.geometry.v0.repairtools_pb2_grpc import RepairToolsStub
35
from ansys.geometry.core.connection import GrpcClient
36
from ansys.geometry.core.errors import protect_grpc
37
from ansys.geometry.core.misc.auxiliary import (
@@ -71,8 +70,6 @@ class RepairTools:
71
70
72
def __init__(self, grpc_client: GrpcClient, modeler: "Modeler"):
73
"""Initialize a new instance of the ``RepairTools`` class."""
74
- self._grpc_client = grpc_client
75
- self._repair_stub = RepairToolsStub(self._grpc_client.channel)
76
self._modeler = modeler
77
78
@protect_grpc
0 commit comments