muhammedfurkan / TelethonUserBot

Imported name is not used anywhere in the module PY-W2000
Anti-pattern
Major
2 years ago2 years old
Unused admin_cmd imported from userbot.util
 15from sample_config import Config
 16from userbot import bot
 17from userbot.bin.FastTelethon import download_file
 18from userbot.util import admin_cmd, humanbytes, progress 19
 20logging.basicConfig(format='[%(levelname) 5s/%(asctime)s] %(name)s: %(message)s',
 21                    level=logging.WARNING)