Skip to content

Commit

Permalink
Fix: mypy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
1yam committed Oct 22, 2024
1 parent 6862798 commit ad3bd65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aleph/schemas/api/accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class GetAccountQueryParams(BaseModel):
class GetAccountBalanceResponse(BaseModel):
address: str
balance: Decimal
details: Optional[Dict[Chain, Decimal]]
details: Optional[Dict[str, Decimal]]
locked_amount: Decimal


Expand Down

0 comments on commit ad3bd65

Please sign in to comment.