From 25fa25c7486f89db4c570f42da67800d08dfcded Mon Sep 17 00:00:00 2001 From: xditya <58950863+xditya@users.noreply.github.com> Date: Mon, 25 Jan 2021 12:03:05 +0000 Subject: [PATCH] pylint: auto fixes --- telebot/plugins/gita.py | 1 - 1 file changed, 1 deletion(-) diff --git a/telebot/plugins/gita.py b/telebot/plugins/gita.py index 4a076a97..54c296e3 100644 --- a/telebot/plugins/gita.py +++ b/telebot/plugins/gita.py @@ -3,7 +3,6 @@ import pygita from telebot import CMD_HELP -from telebot.telebotConfig import Var from telebot.utils import admin_cmd CLIENT_ID = Config.GITA_CLIENT_ID