mirror of
https://github.com/Nick80835/microbot
synced 2025-08-30 22:16:05 +00:00
clean up imports and fix a couple warnings
This commit is contained in:
@@ -4,10 +4,8 @@ import glob
|
||||
from concurrent.futures import ThreadPoolExecutor
|
||||
from importlib import import_module, reload
|
||||
from os.path import basename, dirname, isfile
|
||||
from re import escape
|
||||
|
||||
from aiohttp import ClientSession
|
||||
from telethon import events
|
||||
from telethon.tl.types import DocumentAttributeFilename
|
||||
|
||||
from .command_handler import CommandHandler
|
||||
|
Reference in New Issue
Block a user