Merge main.

This commit is contained in:
erinhmclark
2025-03-11 10:45:07 +00:00
parent 441f341139
commit 81aa343f21
4 changed files with 15 additions and 11 deletions

View File

@@ -23,7 +23,6 @@ from __future__ import annotations
from abc import abstractmethod
from typing import IO
import os
import platform
from loguru import logger
from slugify import slugify
@@ -31,7 +30,6 @@ 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):