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)