Disabling pylint warning for telebot middleware compatibility.
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Alexey Skobkin 2022-07-09 23:55:11 +03:00
parent 2efb914292
commit 5a8b553546
No known key found for this signature in database
GPG key ID: 5D5CEF6F221278E7

View file

@ -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'