Skip to content

Commit

Permalink
Merge branch 'fix-remaining-scrapers' of https://github.com/freelawpr…
Browse files Browse the repository at this point in the history
…oject/juriscraper into fix-remaining-scrapers
  • Loading branch information
flooie committed Nov 17, 2023
2 parents a633f2f + 302b73a commit 4b34aa7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion juriscraper/opinions/united_states/territories/guam.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def _process_html(self):
"url": table.xpath(".//a/@href")[0],
}
)
print(self.cases[-1])

def _download_backwards(self, year):
self._year = year
Expand Down

0 comments on commit 4b34aa7

Please sign in to comment.