remove postal code (#17)

* fix: remove postal code
This commit is contained in:
Cullen Watson
2023-08-26 22:09:04 -05:00
committed by GitHub
parent d72d14db02
commit 33f6768ec8
6 changed files with 13 additions and 21 deletions

View File

@@ -292,7 +292,6 @@ class ZipRecruiterScraper(Scraper):
else:
city, state = None, None
return Location(
country="US",
city=city,
state=state,
)