2
0
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:
Nick80835
2020-06-24 16:58:31 -04:00
parent 5f3c2f6ee5
commit a4d7dce42a
11 changed files with 8 additions and 19 deletions

View File

@@ -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