Skip to content

Commit

Permalink
shut up mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias committed Apr 3, 2024
1 parent f4d1e3a commit 66bc2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixcloudutils/redis/pub_sub.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ async def read_messages(pubsub: PubSub) -> None:
async def stop(self) -> None:
await stop_running_task(self.reader)
if self.pubsub:
await self.pubsub.aclose()
await self.pubsub.aclose() # type: ignore
self.pubsub = None


Expand Down

0 comments on commit 66bc2aa

Please sign in to comment.