Skip to content

Commit

Permalink
Need chambers before people
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Nov 2, 2024
1 parent bc726e0 commit 3a4ed2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/votes/populate/register.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ def accepts_argument(func: Callable[[Any], Any], arg_name: str):

class ImportOrder(IntEnum):
DOWNLOAD = 1
CHAMBERS = 4
PEOPLE = 5
CHAMBERS = 9
LOOKUPS = 10
API_VOTES = 14
DECISIONS = 15
Expand Down

0 comments on commit 3a4ed2f

Please sign in to comment.