Skip to content

Commit f8e5454

Browse files
Update src/ansys/geometry/core/_grpc/_services/v0/repair_tools.py
Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent a67f5df commit f8e5454

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ def find_small_faces(self, **kwargs) -> dict: # noqa: D102
223223
request = FindSmallFacesRequest(selection=kwargs["selection"])
224224
# Call the gRPC service
225225
response = self.stub.FindSmallFaces(request)
226+
226227
# Return the response - formatted as a dictionary
227228
return {
228229
"problems": [

0 commit comments

Comments
 (0)