Remove inaccurate comment

This commit is contained in:
Mark Veidemanis 2023-03-13 19:34:32 +00:00
parent 7c69c99b8f
commit ba0f6cbf33
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 0 additions and 1 deletions

View File

@ -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)