[check] missing import
This commit is contained in:
parent
307aa2bb11
commit
aae6bc6b67
@ -18,9 +18,11 @@ along with this program. If not, see <https://www.gnu.org/licenses/licenses.html
|
|||||||
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
import shlex
|
||||||
|
|
||||||
from git import Repo
|
from typing import Tuple
|
||||||
from git.exc import InvalidGitRepositoryError, GitCommandError
|
from git.exc import InvalidGitRepositoryError, GitCommandError
|
||||||
|
from git import Repo
|
||||||
|
|
||||||
from pyrogram.types import Message
|
from pyrogram.types import Message
|
||||||
from pyrogram import Client, filters
|
from pyrogram import Client, filters
|
||||||
|
Loading…
Reference in New Issue
Block a user