Move Makefile and fix import error with unused import.

This commit is contained in:
erinhmclark
2025-03-11 19:58:02 +00:00
parent 28c5396b74
commit 8ca7698fa0
3 changed files with 21 additions and 3 deletions

View File

@@ -30,6 +30,7 @@ from slugify import slugify
from auto_archiver.utils.misc import random_str
from auto_archiver.core import Media, BaseModule, Metadata
from auto_archiver.modules.hash_enricher.hash_enricher import HashEnricher
class Storage(BaseModule):