diff --git a/src/auto_archiver/core/orchestrator.py b/src/auto_archiver/core/orchestrator.py index c9980ff..ba84d28 100644 --- a/src/auto_archiver/core/orchestrator.py +++ b/src/auto_archiver/core/orchestrator.py @@ -24,7 +24,6 @@ from .module import ModuleFactory, LazyBaseModule from . import validators, Feeder, Extractor, Database, Storage, Formatter, Enricher from .consts import MODULE_TYPES from auto_archiver.utils.url import check_url_or_raise -from loguru import logger if TYPE_CHECKING: from .base_module import BaseModule