Skip to content

Commit

Permalink
Update gripper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
potaito authored and julianoes committed Mar 7, 2024
1 parent 5bfe7d4 commit 1a3d6ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/gripper.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ async def run():
if __name__ == "__main__":
# Run the asyncio loop
asyncio.run(run())

1 change: 0 additions & 1 deletion examples/winch.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ async def run():
if __name__ == "__main__":
# Run the asyncio loop
asyncio.run(run())

0 comments on commit 1a3d6ae

Please sign in to comment.