Skip to content

Commit c38ad19

Browse files
chore: auto fixes from pre-commit hooks
1 parent a4e2e3e commit c38ad19

File tree

1 file changed

+1
-1
lines changed
  • src/ansys/geometry/core/_grpc/_services/v0

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ def boolean(self, **kwargs) -> dict: # noqa: D102
750750
all_resp.append(tmp_resp)
751751

752752
if all_resp.count(1) > 0:
753-
response_success = 1
753+
response_success = 1
754754
elif len(kwargs["other"]) == 1:
755755
resp = self.stub.Boolean(
756756
request=BooleanRequest(

0 commit comments

Comments
 (0)