From a6a8f8ed9b4f6daa454703286250b1d2b72e85a6 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Thu, 9 Nov 2023 10:09:20 +0000 Subject: Lint repo with new ruff rules --- bot/exts/fun/tic_tac_toe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/exts/fun/tic_tac_toe.py') diff --git a/bot/exts/fun/tic_tac_toe.py b/bot/exts/fun/tic_tac_toe.py index f6ee6293..f249c072 100644 --- a/bot/exts/fun/tic_tac_toe.py +++ b/bot/exts/fun/tic_tac_toe.py @@ -156,7 +156,7 @@ class Game: ) try: - reaction, user = await self.ctx.bot.wait_for( + reaction, _ = await self.ctx.bot.wait_for( "reaction_add", timeout=60.0, check=confirm_check -- cgit v1.2.3