Skip to content

Commit a3aff57

Browse files
QEDadycopybara-github
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 909239434 Change-Id: I40cadcc67cec0841d5535b8ac9b91b656c3139be
1 parent 31ae717 commit a3aff57

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

dm_control/blender/mujoco_exporter/testing.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def build_armature(
7070
parent: Optional[Any] = None,
7171
parent_bone: Optional[str] = None,
7272
bones: Optional[Any] = None,
73-
) -> ...:
73+
):
7474
"""TBD."""
7575
obj = mock.MagicMock(spec=bpy.types.Object, type='ARMATURE')
7676
obj.name = name
@@ -154,7 +154,8 @@ def build_mesh_object(
154154
name: str,
155155
mesh: Optional[Any] = None,
156156
parent: Optional[Any] = None,
157-
parent_bone: Optional[str] = None) -> ...:
157+
parent_bone: Optional[str] = None,
158+
):
158159
"""Builds a mock object with a mesh assigned to it."""
159160
obj = mock.MagicMock(spec=bpy.types.Object, type='MESH')
160161
obj.name = name

0 commit comments

Comments
 (0)