From eda1024cbd12a3d488a7856dbf2d83ae707882f5 Mon Sep 17 00:00:00 2001 From: shiftinv Date: Wed, 15 Nov 2023 21:22:20 +0100 Subject: [PATCH] why --- tests/ext/commands/test_base_core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ext/commands/test_base_core.py b/tests/ext/commands/test_base_core.py index cc67e2c3ec..734353c5a4 100644 --- a/tests/ext/commands/test_base_core.py +++ b/tests/ext/commands/test_base_core.py @@ -92,7 +92,7 @@ async def cmd( self, inter, param: int = commands.Param(name=disnake.Localized("param", key="PARAM")), - ): + ) -> None: ... # Ensure the command copy that happens on cog init doesn't raise a LocalizationWarning for the options.