Skip to content

Commit 5956c38

Browse files
Merge branch 'feat/find_fix_stitch_faces_enhancement' of https://github.com/ansys/pyansys-geometry into feat/find_fix_stitch_faces_enhancement
2 parents 14080a7 + f321646 commit 5956c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def find_small_faces(self, **kwargs) -> dict: # noqa: D102
225225
if kwargs["width"] is not None
226226
else None,
227227
)
228-
228+
229229
# Call the gRPC service
230230
response = self.stub.FindSmallFaces(request)
231231

0 commit comments

Comments
 (0)