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