mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-13 05:38:29 +03:00
Further fixes/changes to loading 'types' for config + manifest edits
This commit is contained in:
@@ -6,16 +6,12 @@ flexible setup in various environments.
|
||||
"""
|
||||
|
||||
import argparse
|
||||
from ruamel.yaml import YAML, CommentedMap
|
||||
from ruamel.yaml.comments import CommentedMap
|
||||
from ruamel.yaml import YAML, CommentedMap, add_representer
|
||||
|
||||
from dataclasses import dataclass, field
|
||||
from collections import OrderedDict
|
||||
from collections.abc import Iterable
|
||||
from copy import deepcopy
|
||||
from .loader import MODULE_TYPES
|
||||
|
||||
from typing import Any, List
|
||||
from typing import Any, List, Type
|
||||
|
||||
# configurable_parents = [
|
||||
# Feeder,
|
||||
|
||||
Reference in New Issue
Block a user