Skip to content

Commit 7c62572

Browse files
author
Max Azatian
committed
updated readme + moved arch .md file to /files_for_readme + updated imports in saga service
1 parent dc7ba3f commit 7c62572

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

backend/app/services/saga/saga_service.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
from 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
64
from app.domain.saga.exceptions import (
75
SagaAccessDeniedError,
86
SagaInvalidStateError,
File renamed without changes.

0 commit comments

Comments
 (0)