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 e9bd066 commit 0504552Copy full SHA for 0504552
src/ansys/geometry/core/_grpc/_services/base/repair_tools.py
@@ -42,7 +42,6 @@ class GRPCRepairToolsService(ABC):
42
43
def __init__(self, channel: grpc.Channel):
44
"""Initialize the gRPC repair tools service."""
45
- pass # pragma: no cover
46
47
@abstractmethod
48
def find_split_edges(self, **kwargs) -> dict:
src/ansys/geometry/core/_grpc/_services/v1/repair_tools.py
@@ -37,7 +37,6 @@ class GRPCRepairToolsServiceV1(ABC):
37
38
39
"""Initialize the MeasurementToolsService class."""
40
41
def find_split_edges(self, **kwargs) -> dict: # noqa: D102
raise NotImplementedError
0 commit comments