Skip to content

Commit df751a8

Browse files
stephane-caronStéphane Caron
authored andcommitted
Fix minor linter errors
1 parent 81378cf commit df751a8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

robot_descriptions/loaders/pybullet.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
) -> int:
3132
"""Load a robot description in PyBullet.
3233

robot_descriptions/loaders/yourdfpy.py

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

3333

3434
def load_robot_description(
35-
description_name: str, commit: Optional[str] = None,
35+
description_name: str,
36+
commit: Optional[str] = None,
3637
) -> yourdfpy.URDF:
3738
"""Load a robot description in yourdfpy.
3839

0 commit comments

Comments
 (0)