Skip to content

Commit

Permalink
fix(ind): Update indiana tests
Browse files Browse the repository at this point in the history
Also remove commen in nevada
  • Loading branch information
flooie committed Nov 5, 2023
1 parent 0f34660 commit 3271719
Show file tree
Hide file tree
Showing 6 changed files with 2,042 additions and 1,518 deletions.
4 changes: 0 additions & 4 deletions juriscraper/opinions/united_states/state/nev.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ def _download(self):
)

def _process_html(self):
# if self.test_mode_enabled():
# import json
# self.html = json.load(open(self.url))

for case in self.html:
self.cases.append(
{
Expand Down
Loading

0 comments on commit 3271719

Please sign in to comment.