diff --git a/src/main.py b/src/main.py index 5229af2..424acc5 100644 --- a/src/main.py +++ b/src/main.py @@ -15,9 +15,7 @@ from src.infrastructure.logger import logger from src.infrastructure.config import settings from src.presentation.handlers import ( application_exception_handler, - http_exception_handler, unhandled_exception_handler, - validation_exception_handler, ) from src.presentation.middleware import TraceIDMiddleware, SecurityHeadersMiddleware from src.presentation.routing import me_router