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 Nov 26, 2024
1 parent 7714ff3 commit 5f15346
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions blender/urdf_to_blender.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@ def resolve_ros_path(path):
def updateFrameMessage():
callerframerecord = inspect.stack()[1]
info = inspect.getframeinfo(callerframerecord[0])
print(
f"Update function {info.function} in script {info.filename}:{info.lineno}"
)
print(f"Update function {info.function} in script {info.filename}:{info.lineno}")


class CreateBlenderObject:
Expand Down

0 comments on commit 5f15346

Please sign in to comment.