Ruff fix on src.

This commit is contained in:
erinhmclark
2025-03-10 19:03:45 +00:00
parent 85abe1837a
commit ca44a40b88
23 changed files with 66 additions and 46 deletions

View File

@@ -1,8 +1,8 @@
from __future__ import annotations
from typing import Mapping, Any, Type, TYPE_CHECKING
from typing import Mapping, Any, TYPE_CHECKING
from abc import ABC
from copy import deepcopy, copy
from copy import deepcopy
from tempfile import TemporaryDirectory
from auto_archiver.utils import url as UrlUtil
from auto_archiver.core.consts import MODULE_TYPES as CONF_MODULE_TYPES