Fix and add types to manifest

This commit is contained in:
erinhmclark
2025-01-24 18:50:11 +00:00
parent 1942e8b819
commit dd402b456f
13 changed files with 80 additions and 28 deletions

View File

@@ -7,7 +7,7 @@ from loguru import logger
from auto_archiver.base_processors import Database
from auto_archiver.core import Metadata, Media, ArchivingContext
from auto_archiver.utils import GWorksheet
from auto_archiver.modules.gsheet_feeder import GWorksheet
class GsheetsDb(Database):