From cecd192486a73c0f1c242f63be97047aecabb5bf Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Sun, 6 Nov 2022 21:46:43 +0300 Subject: inverter_bot: delete unused command handlers --- src/inverter_bot.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/inverter_bot.py b/src/inverter_bot.py index 1ac702c..d3ccb8e 100755 --- a/src/inverter_bot.py +++ b/src/inverter_bot.py @@ -692,16 +692,6 @@ def monsetcur_handler(ctx: bot.Context) -> None: ctx.reply('not implemented yet') -@bot.handler(command='calcw') -def calcw_handler(ctx: bot.Context) -> None: - ctx.reply('not implemented yet') - - -@bot.handler(command='calcwadv') -def calcwadv_handler(ctx: bot.Context) -> None: - ctx.reply('not implemented yet') - - @bot.callbackhandler def button_callback(ctx: bot.Context) -> None: query = ctx.callback_query -- cgit v1.2.3