Skip to content

Commit

Permalink
disable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ejfitzgerald committed Sep 16, 2024
1 parent e7f00e6 commit 5ecf6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/uagents/wallet_messaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async def poll_server(self):
)
await asyncio.sleep(self._poll_interval)

async def process_message_queue(self, agent: "Agent"):
async def process_message_queue(self, agent: "Agent"): # noqa: F821
while True:
msg: WalletMessage = await self._message_queue.get()
for handler in self._message_handlers:
Expand Down

0 comments on commit 5ecf6ed

Please sign in to comment.