Skip to content

Commit f1f2fe1

Browse files
stephane-caronStéphane Caron
authored andcommitted
Fix last docstring format warning
1 parent a66c917 commit f1f2fe1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

robot_descriptions/loaders/robomeshcat.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# See the License for the specific language governing permissions and
1717
# limitations under the License.
1818

19-
"""Load a robot description in `RoboMeshCat`_
19+
"""Load a robot description in `RoboMeshCat`_.
2020
2121
.. _RoboMeshCat: https://github.com/petrikvladimir/RoboMeshCat
2222
"""
@@ -31,7 +31,8 @@
3131

3232

3333
def load_robot_description(
34-
description_name: str, commit: Optional[str] = None,
34+
description_name: str,
35+
commit: Optional[str] = None,
3536
) -> robomeshcat.Robot:
3637
"""Load a robot description in RoboMeshCat.
3738

0 commit comments

Comments
 (0)