Skip to content

Commit

Permalink
fixed constant.py linter test
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhouw313 committed Nov 27, 2023
1 parent 096d1ec commit fd2721f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@
"DC": "State District Court Judge",
}

=======
PA_MAIN_URL = "https://www.dos.pa.gov"
PA_ZIPPED_URL = (
"/VotingElections/CandidatesCommittees/CampaignFinance/Resources/Documents/"
Expand Down Expand Up @@ -309,6 +308,7 @@
"OTH": "Other(local offices)",
}
PA_FILER_ABBREV_DICT: dict = {1.0: "Candidate", 2.0: "Committee", 3.0: "Lobbyist"}

PA_ORGANIZATION_IDENTIFIERS: list = [
"FRIENDS",
"CITIZENS",
Expand Down

0 comments on commit fd2721f

Please sign in to comment.