Remove inaccurate comment

This commit is contained in:
2023-03-13 19:34:32 +00:00
parent 7c69c99b8f
commit ba0f6cbf33

View File

@@ -50,7 +50,6 @@ class LocalPlatformClient(ABC):
f"sleeping for {sleep_time} seconds" f"sleeping for {sleep_time} seconds"
) )
) )
# We're running in a thread, so this is fine
await asyncio.sleep(sleep_time) await asyncio.sleep(sleep_time)
elif response["status"] == 400: elif response["status"] == 400:
raise Exception(response) raise Exception(response)