[check] clean unused imports

This commit is contained in:
levina 2022-02-21 15:58:32 +07:00 committed by GitHub
parent d8e2a9cea8
commit 9caf2dbfc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,4 @@
import os
import re
import sys import sys
import asyncio
import subprocess
from asyncio import sleep
from git import Repo from git import Repo
from os import system, execle, environ from os import system, execle, environ
@ -13,10 +8,8 @@ from pyrogram.types import Message
from pyrogram import Client, filters from pyrogram import Client, filters
from config import UPSTREAM_REPO, BOT_USERNAME from config import UPSTREAM_REPO, BOT_USERNAME
from driver.core import bot
from driver.filters import command from driver.filters import command
from driver.decorators import bot_creator from driver.decorators import bot_creator
from driver.database.dbqueue import get_active_chats, remove_active_chat
def gen_chlog(repo, diff): def gen_chlog(repo, diff):