This commit is contained in:
michplunkett
2025-03-10 23:52:54 -05:00
parent 297f8810be
commit 0e2122b72f
3 changed files with 4 additions and 3 deletions

View File

@@ -6,7 +6,8 @@ from auto_archiver.core import Media, Metadata
from app.shared import schemas
from app.shared.db import models
from app.worker.main import create_archive_task, create_sheet_task, get_all_urls
from app.web.utils.misc import get_all_urls
from app.worker.main import create_archive_task, create_sheet_task
class TestCreateArchiveTask: