Skip to content

Commit 6116244

Browse files
chore: auto fixes from pre-commit hooks
1 parent 6d3d9b7 commit 6116244

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
@@ -266,6 +266,7 @@ 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+
269270
@protect_grpc
270271
def repair_geometry(self, **kwargs) -> dict: # noqa: D102
271272
from ansys.api.geometry.v0.repairtools_pb2 import RepairGeometryRequest

0 commit comments

Comments
 (0)