mirror of
https://github.com/tropicoo/yt-dlp-bot.git
synced 2025-03-01 17:23:25 +08:00
Update task.py
This commit is contained in:
parent
76dce04e97
commit
9c4b1892d1
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ from uuid import UUID
|
|||
from sqlalchemy import insert, select
|
||||
from sqlalchemy.exc import NoResultFound
|
||||
from sqlalchemy.ext.asyncio import AsyncSession
|
||||
from yt_shared.constants import ASYNC_LOCK
|
||||
from yt_shared.constants import SHARED_ASYNC_LOCK
|
||||
from yt_shared.enums import TaskStatus
|
||||
from yt_shared.models import Cache, File, Task
|
||||
from yt_shared.schemas.cache import CacheSchema
|
||||
|
|
Loading…
Reference in a new issue