From 1a3d6ae6029ace6c90a9de4ddf566ba10fee979e Mon Sep 17 00:00:00 2001 From: alessandro <3762382+potaito@users.noreply.github.com> Date: Thu, 23 Feb 2023 11:19:58 +0100 Subject: [PATCH] Update gripper.py --- examples/gripper.py | 1 - examples/winch.py | 1 - 2 files changed, 2 deletions(-) diff --git a/examples/gripper.py b/examples/gripper.py index 0121c8cc..ce19e671 100644 --- a/examples/gripper.py +++ b/examples/gripper.py @@ -29,4 +29,3 @@ async def run(): if __name__ == "__main__": # Run the asyncio loop asyncio.run(run()) - \ No newline at end of file diff --git a/examples/winch.py b/examples/winch.py index edad70b5..fb16b088 100644 --- a/examples/winch.py +++ b/examples/winch.py @@ -24,4 +24,3 @@ async def run(): if __name__ == "__main__": # Run the asyncio loop asyncio.run(run()) - \ No newline at end of file