Skip to content

Commit 4758c05

Browse files
rm possibility for undf. beh.
1 parent a4bc6b2 commit 4758c05

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ethancedwards_api/jobs/jobs.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
delete = reqparse.RequestParser()
2222
delete.add_argument('id', required=True, type=str, location='args')
2323

24-
jobs = [ ]
25-
2624
def scrapeJobs():
2725
jobs = scrape_jobs(
2826
site_name=["indeed", "linkedin", "zip_recruiter", "glassdoor"],

0 commit comments

Comments
 (0)