Skip to content

Commit

Permalink
Merge pull request #123 from openstates/me-add-tribal-rep-district
Browse files Browse the repository at this point in the history
Fix lint
  • Loading branch information
jessemortenson authored Jan 26, 2024
2 parents a559ea7 + 6e1bb93 commit 152a7c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openstates/metadata/data/me.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
chamber_type="lower",
name="House",
organization_id="ocd-organization/a26314f0-dc6f-4cfc-99ca-dee4bafc9d4c",
num_seats=151,
num_seats=152,
title="Representative",
districts=simple_numbered_districts(
"ocd-division/country:us/state:me", "lower", 151
) + [District("Passamaquoddy Tribe", "lower",
f"ocd-division/country:us/state:me/sldl:passamaquoddy-tribe")],
"ocd-division/country:us/state:me/sldl:passamaquoddy-tribe")],
),
upper=Chamber(
chamber_type="upper",
Expand Down

0 comments on commit 152a7c4

Please sign in to comment.