Skip to content

Commit

Permalink
chore: adjustments in mypy checks
Browse files Browse the repository at this point in the history
  • Loading branch information
berrytern committed Oct 2, 2024
1 parent c37a152 commit 07dc752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions amqp_client_python/rabbitmq/async_channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@ async def rpc_subscribe(

self.queue_bind(queue_name, exchange_name, routing_key)
if not self.consumers[queue_name]:
assert self.ioloop is not None
registered: Future[bool] = self.ioloop.create_future()
self.consumers[queue_name] = True
func = partial(self.on_message, queue_name)
Expand Down

0 comments on commit 07dc752

Please sign in to comment.