Skip to content

Commit

Permalink
fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
aweiland committed Jan 21, 2025
1 parent c798353 commit 0324538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/infrastructure/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from apps.shared.exception import BaseError
from config import settings
from infrastructure.dependency.structured_logs import StructuredLoggingMiddleware
from infrastructure.http.execeptions import (
from infrastructure.http.exceptions import (
custom_base_errors_handler,
pydantic_validation_errors_handler,
python_base_error_handler,
Expand Down

0 comments on commit 0324538

Please sign in to comment.