Skip to content

Commit e158532

Browse files
remove repair stubs
1 parent 40b5941 commit e158532

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ansys/geometry/core/tools/repair_tools.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
InspectGeometryResult,
3232
InspectGeometryResultIssue,
3333
)
34-
from ansys.api.geometry.v0.repairtools_pb2_grpc import RepairToolsStub
3534
from ansys.geometry.core.connection import GrpcClient
3635
from ansys.geometry.core.errors import protect_grpc
3736
from ansys.geometry.core.misc.auxiliary import (
@@ -71,8 +70,6 @@ class RepairTools:
7170

7271
def __init__(self, grpc_client: GrpcClient, modeler: "Modeler"):
7372
"""Initialize a new instance of the ``RepairTools`` class."""
74-
self._grpc_client = grpc_client
75-
self._repair_stub = RepairToolsStub(self._grpc_client.channel)
7673
self._modeler = modeler
7774

7875
@protect_grpc

0 commit comments

Comments
 (0)