Skip to content

Commit 41e790a

Browse files
repair tools
1 parent 51671c6 commit 41e790a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
InspectGeometryResultIssue,
3333
)
3434

35-
from ansys.api.geometry.v0.repairtools_pb2_grpc import RepairToolsStub
3635
from ansys.geometry.core.connection import GrpcClient
3736
from ansys.geometry.core.errors import protect_grpc
3837
from ansys.geometry.core.misc.auxiliary import (
@@ -73,7 +72,6 @@ class RepairTools:
7372
def __init__(self, grpc_client: GrpcClient, modeler: "Modeler"):
7473
"""Initialize a new instance of the ``RepairTools`` class."""
7574
self._grpc_client = grpc_client
76-
self._repair_stub = RepairToolsStub(self._grpc_client.channel)
7775
self._modeler = modeler
7876

7977
@protect_grpc

0 commit comments

Comments
 (0)