This commit is contained in:
pacnpal
2024-11-17 21:33:12 +00:00
parent 439cf5ff07
commit b8f29341ce
4 changed files with 18 additions and 23 deletions

View File

@@ -20,7 +20,7 @@ from typing import (
from datetime import datetime, timedelta
if TYPE_CHECKING:
from ..processor.queue_handler import QueueHandler
from .queue_handler import QueueHandler
from ..ffmpeg.ffmpeg_manager import FFmpegManager
from ..utils.exceptions import CleanupError