Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 12, 2024
1 parent 03aca55 commit cf104a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bindings/python/pinocchio/robot_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,7 @@ def initFromSDF(
self.constraint_models = constraint_models

@staticmethod
def BuildFromMJCF(
filename, root_joint=None, verbose=False, meshLoader=None
):
def BuildFromMJCF(filename, root_joint=None, verbose=False, meshLoader=None):
robot = RobotWrapper()
robot.initFromMJCF(filename, root_joint, verbose, meshLoader)
return robot
Expand Down

0 comments on commit cf104a3

Please sign in to comment.