Skip to content

Commit

Permalink
Specify proxyname
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Nov 1, 2024
1 parent ed64a9c commit 498b693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/votes/populate/commons_votes.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class Member(BaseModel):
PartyAbbreviation: Optional[str]
MemberFrom: str
ListAs: Optional[str]
ProxyName: None
ProxyName: Optional[str]


class Division(BaseModel):
Expand Down

0 comments on commit 498b693

Please sign in to comment.