Disabling pylint warning for telebot middleware compatibility.
This commit is contained in:
parent
2efb914292
commit
5a8b553546
|
@ -33,6 +33,7 @@ class CommandProcessor:
|
|||
self.bot.infinity_polling()
|
||||
|
||||
def __command_help(self, message: Message, data: dict):
|
||||
# pylint: disable=unused-argument
|
||||
self.bot.reply_to(
|
||||
message,
|
||||
'Supported commands:\n'
|
||||
|
|
Loading…
Reference in a new issue