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()
|
self.bot.infinity_polling()
|
||||||
|
|
||||||
def __command_help(self, message: Message, data: dict):
|
def __command_help(self, message: Message, data: dict):
|
||||||
|
# pylint: disable=unused-argument
|
||||||
self.bot.reply_to(
|
self.bot.reply_to(
|
||||||
message,
|
message,
|
||||||
'Supported commands:\n'
|
'Supported commands:\n'
|
||||||
|
|
Loading…
Reference in a new issue