Skip to content

Commit

Permalink
pre-commit: Apply pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Sep 24, 2024
1 parent dcf3a15 commit 566d6e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/python/pinocchio/robot_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
from . import pinocchio_pywrap_default as pin
from . import utils
from .shortcuts import (
buildModelsFromSdf,
buildModelsFromMJCF,
buildModelsFromSdf,
buildModelsFromUrdf,
createDatas,
)
Expand Down
2 changes: 1 addition & 1 deletion src/parsers/sdf/geometry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -331,5 +331,5 @@ namespace pinocchio
}
}
} // namespace details
} // namespace sdf
} // namespace sdf
} // namespace pinocchio

0 comments on commit 566d6e5

Please sign in to comment.