From 52c65e6ff1f35a010ed4ff08250c9b7f8a3ab0c1 Mon Sep 17 00:00:00 2001 From: xditya <58950863+xditya@users.noreply.github.com> Date: Fri, 6 Nov 2020 04:36:42 +0000 Subject: [PATCH] pylint: auto fixes --- telebot/plugins/alive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telebot/plugins/alive.py b/telebot/plugins/alive.py index 70724a73..3410bb8f 100644 --- a/telebot/plugins/alive.py +++ b/telebot/plugins/alive.py @@ -8,7 +8,7 @@ import requests from PIL import Image -from telebot import CMD_HELP, telever, ALIVE_NAME +from telebot import ALIVE_NAME, CMD_HELP, telever from telebot.__init__ import StartTime from telebot.telebotConfig import Config from telebot.utils import admin_cmd, sudo_cmd