Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Cruz Núñez authored and Cruz Núñez committed Dec 19, 2024
1 parent 548441c commit afb8a21
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions city_scrapers/spiders/cinoh_Civil_Service.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ def parse(self, response):
# skip if no date or meeting is too old
if numb is None:
continue

# skip if date is too old
meeting_date = parse(numb)
if meeting_date < lower_limit:
continue
Expand Down

0 comments on commit afb8a21

Please sign in to comment.