From 09b880c3d204021df51dd0c7f9969a98e15fa47c Mon Sep 17 00:00:00 2001 From: alessandro <3762382+potaito@users.noreply.github.com> Date: Thu, 23 Feb 2023 11:20:34 +0100 Subject: [PATCH] Update winch.py --- examples/winch.py | 1 - 1 file changed, 1 deletion(-) 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