File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
backend/app/services/saga Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -126,8 +126,7 @@ cause `match-case` was introduced first in `Python 3.10`.
126126## Architecture Overview
127127
128128> [ !WARNING]
129- > Version 2.0 is underway. Detailed, up-to-date architecture diagrams are in
130- > [ this file] ( ./ARCHITECTURE_IN_DETAILS.md ) .
129+ > Detailed, up-to-date architecture diagrams are in [ this file] ( files_for_readme/ARCHITECTURE_IN_DETAILS.md ) .
131130
132131[ // ] : # ( <img src="./files_for_readme/system_diagram.png"> )
133132
Original file line number Diff line number Diff line change 11from app .core .logging import logger
2- from app .db .repositories .execution_repository import ExecutionRepository
3- from app .db .repositories .saga_repository import SagaRepository
4- from app .domain .enums .saga import SagaState
5- from app .domain .enums .user import UserRole
2+ from app .db .repositories import ExecutionRepository , SagaRepository
3+ from app .domain .enums import SagaState , UserRole
64from app .domain .saga .exceptions import (
75 SagaAccessDeniedError ,
86 SagaInvalidStateError ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments