[check] missing import

This commit is contained in:
levina 2022-03-01 21:18:51 +07:00 committed by GitHub
parent 307aa2bb11
commit aae6bc6b67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,9 +18,11 @@ along with this program. If not, see <https://www.gnu.org/licenses/licenses.html
import os
import shlex
from git import Repo
from typing import Tuple
from git.exc import InvalidGitRepositoryError, GitCommandError
from git import Repo
from pyrogram.types import Message
from pyrogram import Client, filters