Skip to content

Commit

Permalink
feat: service developments
Browse files Browse the repository at this point in the history
  • Loading branch information
fmelihh committed Jul 19, 2024
1 parent 40fde58 commit 85b547b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/recommendation_engine/app/shared_kernel/value_stack.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from typing import TypeVar

from recommendation_engine.app.features.menu.domain.values import MenuValue
from recommendation_engine.app.features.comments.domain.values import CommentValue
from recommendation_engine.app.features.restaurants.domain.values import RestaurantValue
from ..features.menu.domain.values import MenuValue
from ..features.comments.domain.values import CommentValue
from ..features.restaurants.domain.values import RestaurantValue


Z = TypeVar("Z", RestaurantValue, CommentValue, MenuValue)
Expand Down

0 comments on commit 85b547b

Please sign in to comment.