Skip to content

Commit

Permalink
Fix missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
jessemortenson committed Jan 24, 2024
1 parent 22296d0 commit 60438ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openstates/data/models/people_orgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,9 @@ def __str__(self):
("district", "District Office"),
("district-mail", "District Mailing Address")
("capitol", "Capitol Office"),
("capitol-mail", "Capitol Mailing Address")
("capitol-mail", "Capitol Mailing Address"),
("primary", "Primary Office"),
("home", "Home")
("home", "Home"),
)


Expand Down

0 comments on commit 60438ad

Please sign in to comment.