Skip to content

Commit e9bd066

Browse files
noqa
Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent 8c49791 commit e9bd066

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
@@ -381,7 +381,7 @@ def find_and_fix_split_edges(self, **kwargs) -> dict: # noqa: D102
381381
}
382382

383383
@staticmethod
384-
def serialize_inspect_result_response(response) -> dict:
384+
def serialize_inspect_result_response(response) -> dict: # noqa: D102
385385
def serialize_body(body):
386386
return {
387387
"id": body.id,

0 commit comments

Comments
 (0)