Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Amichay Oren committed Sep 4, 2023
1 parent 568f765 commit 8629b30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apigateway/get_missions/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from infra import auth, authenticated_user_id # type: ignore
from infra.alpaca_action import get_account_balance
from infra.data.missions import Mission, Missions
from infra.infra.data.users import User
from infra.data.users import User
from infra.logger import log_error
from infra.stytch_actions import get_alpaca_account_id

Expand Down
2 changes: 1 addition & 1 deletion apigateway/topup/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
transfer_amount, validate_before_transfer)
from infra.config import location, project_id, rebalance_queue # type: ignore
from infra.data.transfers import Transfer
from infra.infra.data.users import User
from infra.data.users import User
from infra.logger import log_error
from infra.stytch_actions import get_alpaca_account_id, get_from_user_vault

Expand Down

0 comments on commit 8629b30

Please sign in to comment.