refactor: specify types for msg_forwarder and msg in ValidationRequest and related methods

Signed-off-by: varun-r-mallya <varunrmallya@gmail.com>
This commit is contained in:
2025-07-01 20:46:58 +05:30
parent 8d1e5fffd2
commit df23e3d899
2 changed files with 20 additions and 24 deletions

View File

@ -233,7 +233,7 @@ class Pubsub(Service, IPubsub):
await self.validation_throttler.start(nursery)
# Keep nursery alive until service stops
while self.manager.is_running:
await trio.sleep(1)
await self.manager.wait_finished()
@property
def my_id(self) -> ID: