CodeForPhilly / pbf-scraping

Project for Philadelphia Bail Fund to scrape new criminal filings from municipal court
https://codeforphilly.github.io/pbf-scraping
10 stars 4 forks source link

Remove unused glob import #69

Closed notchia closed 3 years ago

notchia commented 3 years ago

The inclusion of glob3 in requirements.txt sometimes creates a dependency error. I removed the reference there and in the only place where it was imported, 1a_parse.py, since it appeared to be unused in that script.