Skip to content

Commit

Permalink
Update accounts.py (#461)
Browse files Browse the repository at this point in the history
fix optional attribut
  • Loading branch information
helhadry authored May 25, 2024
1 parent d607706 commit b880c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpaca/broker/models/accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class Agreement(BaseModel):
agreement: AgreementType
signed_at: str
ip_address: str
revision: Optional[str]
revision: Optional[str] = None


class TrustedContact(BaseModel):
Expand Down

0 comments on commit b880c26

Please sign in to comment.