Skip to content

Commit 6d3d9b7

Browse files
Merge branch 'feat/grpc-common-layer-refactoring' of https://github.com/ansys/pyansys-geometry into feat/grpc-common-layer-refactoring
2 parents 1b004b5 + 68e1047 commit 6d3d9b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ def inspect_geometry(self, **kwargs) -> dict: # noqa: D102
266266
# Return the response - formatted as a dictionary
267267

268268
return self.serialize_inspect_result_response(inspect_result_response)
269-
270269
@protect_grpc
271270
def repair_geometry(self, **kwargs) -> dict: # noqa: D102
272271
from ansys.api.geometry.v0.repairtools_pb2 import RepairGeometryRequest

0 commit comments

Comments
 (0)