Update main.py

Co-authored-by: Eugene Evstafev <36392751+chigwell@users.noreply.github.com>
This commit is contained in:
anonim 2025-04-17 19:42:42 +03:00 committed by GitHub
parent 861a1281d5
commit dd9a5cf81a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,6 @@ from telethon.tl.functions.contacts import SearchRequest
from datetime import datetime, timedelta from datetime import datetime, timedelta
import json import json
from typing import List, Dict, Optional, Union, Any from typing import List, Dict, Optional, Union, Any
from telethon import functions
import mimetypes import mimetypes
import logging import logging
import telethon.errors.rpcerrorlist import telethon.errors.rpcerrorlist