From d5affe9c8c25380a500c7ef1431208e6c98fef6b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 23 Apr 2023 07:16:50 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- python/example_robot_data/robots_loader.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/example_robot_data/robots_loader.py b/python/example_robot_data/robots_loader.py index 11dd464..36f4529 100644 --- a/python/example_robot_data/robots_loader.py +++ b/python/example_robot_data/robots_loader.py @@ -5,6 +5,7 @@ import numpy as np import pinocchio as pin from pinocchio.robot_wrapper import RobotWrapper + def getModelPath(subpath, printmsg=False): source = dirname(dirname(dirname(__file__))) # top level source directory paths = [ -- GitLab