fixed mypy
Some checks failed
CI / build (push) Failing after 37s

This commit is contained in:
2024-12-01 15:35:49 +08:00
parent 04aae1f976
commit 5adca962ee

View File

@@ -30,7 +30,7 @@ class Subscriber:
try: try:
async with timeout(tout): async with timeout(tout):
log.debug('Subscriber %s is waiting for an event', id(self)) log.debug('Subscriber %s is waiting for an event', id(self))
await future return await future
except TimeoutError: except TimeoutError:
return False return False