files.downlaod: forgot import

This commit is contained in:
thedragonsinn
2025-03-12 18:46:14 +05:30
parent cd97f7b609
commit eabd0ba454

View File

@@ -2,8 +2,8 @@ import asyncio
import time
from pathlib import Path
from ub_core.utils import (Download, DownloadedFile, get_tg_media_details,
progress)
from ub_core.utils import (Download, DownloadedFile, get_filename_from_mime,
get_tg_media_details, progress)
from app import BOT, Message, bot