fixed imports in mail_intake

This commit is contained in:
2026-01-09 17:44:31 +05:30
parent 77dabf8df8
commit 4cf5110684

View File

@@ -109,12 +109,12 @@ shortcuts.
""" """
import ingestion from . import ingestion
import adapters from . import adapters
import auth from . import auth
import models from . import models
import config from . import config
import exceptions from . import exceptions
__all__ = [ __all__ = [
"ingestion", "ingestion",