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