Skip to content

Commit

Permalink
fix(court_ids): Match Court Ids to CL
Browse files Browse the repository at this point in the history
  • Loading branch information
flooie committed Nov 17, 2023
1 parent c95bd54 commit 7e31e06
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions juriscraper/opinions/united_states/state/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@
"nj",
"njsuperctappdiv_p",
"njsuperctappdiv_u",
"njtax_p",
"njtax_u",
"njtaxct_p",
"njtaxct_u",
"njsuperctappdiv_u",
"ny",
"nyag",
Expand Down
2 changes: 1 addition & 1 deletion juriscraper/opinions/united_states/territories/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__all__ = [
"guam",
"nmi",
"nmariana",
"pr",
"prapp",
"virginislands",
Expand Down

0 comments on commit 7e31e06

Please sign in to comment.