Skip to content

Commit 81378cf

Browse files
stephane-caronStéphane Caron
authored andcommitted
Fix linter error
1 parent e0c58a4 commit 81378cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

robot_descriptions/loaders/mujoco.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626

2727

2828
def load_robot_description(
29-
description_name: str, commit: Optional[str] = None,
29+
description_name: str,
30+
commit: Optional[str] = None,
3031
) -> mujoco.MjModel:
3132
"""Load a robot description in MuJoCo.
3233

0 commit comments

Comments
 (0)