Skip to content

Commit 0504552

Browse files
codality wtf
1 parent e9bd066 commit 0504552

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ class GRPCRepairToolsService(ABC):
4242

4343
def __init__(self, channel: grpc.Channel):
4444
"""Initialize the gRPC repair tools service."""
45-
pass # pragma: no cover
4645

4746
@abstractmethod
4847
def find_split_edges(self, **kwargs) -> dict:

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ class GRPCRepairToolsServiceV1(ABC):
3737

3838
def __init__(self, channel: grpc.Channel):
3939
"""Initialize the MeasurementToolsService class."""
40-
pass # pragma: no cover
4140

4241
def find_split_edges(self, **kwargs) -> dict: # noqa: D102
4342
raise NotImplementedError

0 commit comments

Comments
 (0)