Skip to content

Commit 4d66ffb

Browse files
Update _service.py
1 parent f0bced9 commit 4d66ffb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ansys/geometry/core/_grpc/_services/_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ def bodies(self) -> GRPCBodyService:
200200
"""
201201
if not self._bodies:
202202
# Import the appropriate body service based on the version
203+
from .v0.bodies import GRPCBodyServiceV0
203204
from .v1.bodies import GRPCBodyServiceV1
204205

205206
if self.version == GeometryApiProtos.V0:

0 commit comments

Comments
 (0)