Skip to content

Commit 65f87c7

Browse files
chore: auto fixes from pre-commit hooks
1 parent 28669b7 commit 65f87c7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ def rename_named_selection(self, **kwargs): # noqa: D102
122122
self.stub.SetName(request)
123123

124124
# Return the response - empty dictionary
125-
return {}
125+
return {}

src/ansys/geometry/core/_grpc/_services/v1/named_selection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def create_named_selection(self, **kwargs): # noqa: D102
5858
@protect_grpc
5959
def delete_named_selection(self, **kwargs): # noqa: D102
6060
raise NotImplementedError
61-
61+
6262
@protect_grpc
6363
def rename_named_selection(self, **kwargs): # noqa: D102
6464
raise NotImplementedError

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def id(self) -> str:
156156
def name(self) -> str:
157157
"""Name of the named selection."""
158158
return self._name
159-
159+
160160
@name.setter
161161
@min_backend_version(26, 1, 0)
162162
def name(self, value: str) -> None:

0 commit comments

Comments
 (0)