refactor: delete useless handlers

This commit is contained in:
2026-05-28 14:36:59 +03:00
parent 41d0fe8aa7
commit b73d5231f5
4 changed files with 0 additions and 27 deletions

View File

@@ -1,4 +1,2 @@
from src.presentation.handlers.unhandled_handler import unhandled_exception_handler
from src.presentation.handlers.application_handler import application_exception_handler
from src.presentation.handlers.http_exception_handler import http_exception_handler
from src.presentation.handlers.validation_handler import validation_exception_handler