chore: black

This commit is contained in:
Cullen Watson
2023-07-10 18:36:11 -05:00
parent c72d27e4a8
commit bf56410ecf
3 changed files with 0 additions and 3 deletions

View File

@@ -31,7 +31,6 @@ class LinkedInScraper(Scraper):
return JobResponse(
success=False,
error=f"Response returned {response.status_code}",
http_response_code=response.status_code
)
soup = BeautifulSoup(response.text, "html.parser")