From ba0f6cbf33282f4059a83809280d556a55916286 Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Mon, 13 Mar 2023 19:34:32 +0000 Subject: [PATCH] Remove inaccurate comment --- core/clients/platform.py | 1 - 1 file changed, 1 deletion(-) diff --git a/core/clients/platform.py b/core/clients/platform.py index 23151e1..0fc8ec5 100644 --- a/core/clients/platform.py +++ b/core/clients/platform.py @@ -50,7 +50,6 @@ class LocalPlatformClient(ABC): f"sleeping for {sleep_time} seconds" ) ) - # We're running in a thread, so this is fine await asyncio.sleep(sleep_time) elif response["status"] == 400: raise Exception(response)