Skip to content

Commit 26e7453

Browse files
chore: auto fixes from pre-commit hooks
1 parent 376e537 commit 26e7453

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ def detect_helixes(self, **kwargs) -> dict: # noqa: D102
232232
from_grpc_point_to_point3d,
233233
)
234234

235-
236235
# Create the request - assumes all inputs are valid and of the proper type
237236
request = DetectHelixesRequest(
238237
body_ids=[EntityIdentifier(id=body.id) for body in kwargs["bodies"]],

0 commit comments

Comments
 (0)