From c676d969f0bd3ef1e6b79b5406302213f47ca1a1 Mon Sep 17 00:00:00 2001 From: ctmbl Date: Sun, 15 Oct 2023 19:21:09 +0200 Subject: [PATCH] Fix last pylint errors --- src/bot/custom_help_command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bot/custom_help_command.py b/src/bot/custom_help_command.py index bfb67dc..681e985 100644 --- a/src/bot/custom_help_command.py +++ b/src/bot/custom_help_command.py @@ -1,7 +1,7 @@ import discord from discord.ext.commands import HelpCommand - +# pylint: disable=arguments-differ class RootPythiaHelpCommand(HelpCommand): """ Implementation of HelpCommand