Skip to content

Commit 0c7c1e7

Browse files
chore: auto fixes from pre-commit hooks
1 parent a1b0adb commit 0c7c1e7

File tree

1 file changed

+1
-1
lines changed
  • src/ansys/geometry/core/designer

1 file changed

+1
-1
lines changed

src/ansys/geometry/core/designer/body.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1259,7 +1259,7 @@ def get_collision(self, body: "Body") -> CollisionType: # noqa: D102
12591259
response = self._grpc_client.services.bodies.get_collision(id=self.id, other_id=body.id)
12601260
return CollisionType(response.get("collision_type"))
12611261

1262-
def copy(self, copy_id : str, parent: "Component", name: str = None) -> "Body": # noqa: D102
1262+
def copy(self, copy_id: str, parent: "Component", name: str = None) -> "Body": # noqa: D102
12631263
from ansys.geometry.core.designer.component import Component
12641264

12651265
# Check input types

0 commit comments

Comments
 (0)