Skip to content

Commit 2ba791a

Browse files
stephane-caronStéphane Caron
authored andcommitted
Manual docstring updates to _descriptions
1 parent 8c22657 commit 2ba791a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

robot_descriptions/_descriptions.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ class Format(IntEnum):
3131

3232
@dataclass
3333
class Description:
34-
"""
35-
Metadata for a robot description.
34+
"""Metadata for a robot description.
3635
3736
Attributes:
3837
formats: List of formats (URDF, MJCF) provided by the description.
@@ -41,8 +40,7 @@ class Description:
4140
formats: Set[Format]
4241

4342
def __init__(self, single_format):
44-
"""
45-
Initialize a description that provides a single format.
43+
"""Initialize a description that provides a single format.
4644
4745
Args:
4846
single_format: Format provided by the description.

0 commit comments

Comments
 (0)