Skip to content

Commit abc6c53

Browse files
chore: auto fixes from pre-commit hooks
1 parent 5389df7 commit abc6c53

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,7 @@ def name(self, value: str):
274274
@protect_grpc
275275
@check_input_types
276276
@min_backend_version(25, 2, 0)
277-
def set_name(
278-
self, name: str
279-
) -> None:
277+
def set_name(self, name: str) -> None:
280278
"""Set the name of the component."""
281279
self._grpc_client.log.debug(f"Renaming component {self.id} from '{self.name}' to '{name}'.")
282280
self._component_stub.SetName(SetObjectNameRequest(id=self._grpc_id, name=name))

0 commit comments

Comments
 (0)