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 51671c6 commit 41e790aCopy full SHA for 41e790a
src/ansys/geometry/core/tools/repair_tools.py
@@ -32,7 +32,6 @@
32
InspectGeometryResultIssue,
33
)
34
35
-from ansys.api.geometry.v0.repairtools_pb2_grpc import RepairToolsStub
36
from ansys.geometry.core.connection import GrpcClient
37
from ansys.geometry.core.errors import protect_grpc
38
from ansys.geometry.core.misc.auxiliary import (
@@ -73,7 +72,6 @@ class RepairTools:
73
72
def __init__(self, grpc_client: GrpcClient, modeler: "Modeler"):
74
"""Initialize a new instance of the ``RepairTools`` class."""
75
self._grpc_client = grpc_client
76
- self._repair_stub = RepairToolsStub(self._grpc_client.channel)
77
self._modeler = modeler
78
79
@protect_grpc
0 commit comments