Skip to content

Commit 06e7fdf

Browse files
Update src/ansys/geometry/core/_grpc/_services/base/repair_tools.py
Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent 2fc6351 commit 06e7fdf

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

src/ansys/geometry/core/_grpc/_services/base/repair_tools.py

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,14 @@
3434
class GRPCRepairToolsService(ABC):
3535
"""Abstract base class for gRPC-based repair tools service.
3636
37-
Defines abstract methods for identifying and repairing geometry issues in a model.
37+
Parameters
38+
----------
39+
channel: grpc.Channel
40+
The gRPC channel used to communicate with the service.
3841
"""
3942

4043
def __init__(self, channel: grpc.Channel):
41-
"""Initialize the gRPC repair tools service.
42-
43-
Parameters
44-
----------
45-
channel: grpc.Channel
46-
The gRPC channel used to communicate with the service.
47-
"""
44+
"""Initialize the gRPC repair tools service."""
4845
pass # pragma: no cover
4946

5047
@abstractmethod

0 commit comments

Comments
 (0)