File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/ansys/geometry/core/tools Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 2424from abc import abstractmethod
2525from typing import TYPE_CHECKING
2626
27- from ansys .api .geometry .v0 .repairtools_pb2 import (
28- FixInterferenceRequest ,
29- )
3027from ansys .api .geometry .v0 .repairtools_pb2_grpc import RepairToolsStub
3128from google .protobuf .wrappers_pb2 import Int32Value
3229
@@ -623,7 +620,8 @@ def fix(self) -> RepairToolMessage:
623620
624621 parent_design = get_design_from_body (self .bodies [0 ])
625622 response = self ._grpc_client .services .repair_tools .fix_interference (
626- interference_problem_area_id = self ._grpc_id )
623+ interference_problem_area_id = self ._grpc_id
624+ )
627625
628626 if not pyansys_geom .USE_TRACKER_TO_UPDATE_DESIGN :
629627 parent_design ._update_design_inplace ()
You can’t perform that action at this time.
0 commit comments